mirror of
https://github.com/Smaug123/agda-utils
synced 2025-10-06 12:08:41 +00:00
10 lines
136 B
Forth
10 lines
136 B
Forth
namespace AgdaUnusedOpens.Types
|
|
|
|
type Path =
|
|
internal
|
|
{
|
|
Head : string
|
|
Tail : string list
|
|
}
|
|
|