1
0
forked from GitHub/gf-core
Files
gf-core/grammars/multiple/SystemMath.gf
2004-09-15 14:36:27 +00:00

5 lines
96 B
Plaintext

abstract SystemMath = System, Math ** {
fun
RSum : Number -> Number -> Int -> Reply ;
} ;