summaryrefslogtreecommitdiff
path: root/examples/mathtext/Symbols.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mathtext/Symbols.gf')
-rw-r--r--examples/mathtext/Symbols.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/mathtext/Symbols.gf b/examples/mathtext/Symbols.gf
deleted file mode 100644
index b56718a01..000000000
--- a/examples/mathtext/Symbols.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-abstract Symbols = {
-
-cat
- Exp ;
-
-fun
--- EInt : Int -> Expp ; --- clashes with EVar...
- EVar : String -> Exp ;
- EIn, EPlus, ETimes, EEq, EGt, ELt : Exp -> Exp -> Exp ;
-}