mirror of
https://github.com/Smaug123/agda-utils
synced 2025-10-10 22:18:41 +00:00
Initial commit of the bones of an unused-open-removing Agda tool
This commit is contained in:
9
AgdaUnusedOpens/Types.fs
Normal file
9
AgdaUnusedOpens/Types.fs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace AgdaUnusedOpens.Types
|
||||
|
||||
type Path =
|
||||
internal
|
||||
{
|
||||
Head : string
|
||||
Tail : string list
|
||||
}
|
||||
|
Reference in New Issue
Block a user