summaryrefslogtreecommitdiff
path: root/examples/mathtext/MathTextEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mathtext/MathTextEng.gf')
-rw-r--r--examples/mathtext/MathTextEng.gf5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/mathtext/MathTextEng.gf b/examples/mathtext/MathTextEng.gf
deleted file mode 100644
index 4577fff24..000000000
--- a/examples/mathtext/MathTextEng.gf
+++ /dev/null
@@ -1,5 +0,0 @@
-concrete MathTextEng of MathText = LogicEng ** MathTextI with
- (LexLogic = LexLogicEng),
- (Syntax = SyntaxEng),
- (Lang = LangEng), ---- ImpP3
- (Symbolic = SymbolicEng) ;