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

6 lines
86 B
Plaintext

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