summaryrefslogtreecommitdiff
path: root/grammars/multiple/Math.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/multiple/Math.gf')
-rw-r--r--grammars/multiple/Math.gf7
1 files changed, 0 insertions, 7 deletions
diff --git a/grammars/multiple/Math.gf b/grammars/multiple/Math.gf
deleted file mode 100644
index 6e6a48db6..000000000
--- a/grammars/multiple/Math.gf
+++ /dev/null
@@ -1,7 +0,0 @@
-abstract Math = {
- cat
- Number ;
- fun
- MkNumber : Int -> Number ;
-} ;
-