Files
gf-core/grammars/multiple/City.gf
T

8 lines
81 B
Plaintext

abstract City = {
cat
City ;
fun
MkCity : String -> City ;
} ;