summaryrefslogtreecommitdiff
path: root/grammars/multiple/SystemMath.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/multiple/SystemMath.gf')
-rw-r--r--grammars/multiple/SystemMath.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/grammars/multiple/SystemMath.gf b/grammars/multiple/SystemMath.gf
new file mode 100644
index 000000000..7e2173111
--- /dev/null
+++ b/grammars/multiple/SystemMath.gf
@@ -0,0 +1,4 @@
+abstract SystemMath = System, Math ** {
+ fun
+ RSum : Number -> Number -> Int -> Reply ;
+} ;