summaryrefslogtreecommitdiff
path: root/grammars/multiple/SystemMath.gf
blob: 7e2173111f3794a6046bed3dc593dbe50b4549a0 (plain)
1
2
3
4
abstract SystemMath = System, Math ** {
  fun
    RSum : Number -> Number -> Int -> Reply ;
} ;