summaryrefslogtreecommitdiff
path: root/grammars/multiple/SystemMathEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/multiple/SystemMathEng.gf')
-rw-r--r--grammars/multiple/SystemMathEng.gf6
1 files changed, 0 insertions, 6 deletions
diff --git a/grammars/multiple/SystemMathEng.gf b/grammars/multiple/SystemMathEng.gf
deleted file mode 100644
index 11aca7952..000000000
--- a/grammars/multiple/SystemMathEng.gf
+++ /dev/null
@@ -1,6 +0,0 @@
-concrete SystemMathEng of SystemMath = SystemEng, MathEng ** open
- Prelude in {
- lin
- RSum x y d =
- ss (["the sum of"] ++ x.s ++ "and" ++ y.s ++ "is" ++ d.s) ;
-} ;