mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -06:00
8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
abstract City = {
|
|
cat
|
|
City ;
|
|
fun
|
|
MkCity : String -> City ;
|
|
} ;
|
|
|