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

8 lines
84 B
Plaintext

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