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

6 lines
86 B
Plaintext

abstract UserMath = User, Math ** {
fun
QSum : Number -> Number -> Query ;
} ;