summaryrefslogtreecommitdiff
path: root/grammars/multiple/UserMath.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/multiple/UserMath.gf')
-rw-r--r--grammars/multiple/UserMath.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/grammars/multiple/UserMath.gf b/grammars/multiple/UserMath.gf
new file mode 100644
index 000000000..0bb6ebf80
--- /dev/null
+++ b/grammars/multiple/UserMath.gf
@@ -0,0 +1,5 @@
+abstract UserMath = User, Math ** {
+ fun
+ QSum : Number -> Number -> Query ;
+} ;
+