Initial commit of the bones of an unused-open-removing Agda tool

This commit is contained in:
Smaug123
2019-12-24 09:35:06 +00:00
commit 421fe4bcb7
23 changed files with 644 additions and 0 deletions

9
AgdaUnusedOpens/Types.fs Normal file
View File

@@ -0,0 +1,9 @@
namespace AgdaUnusedOpens.Types
type Path =
internal
{
Head : string
Tail : string list
}