Files
gf-core/grammars/multiple/Math.gf
2004-09-15 14:36:27 +00:00

8 lines
84 B
Plaintext

abstract Math = {
cat
Number ;
fun
MkNumber : Int -> Number ;
} ;