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, 5 insertions, 0 deletions
diff --git a/examples/mathtext/MathTextEng.gf b/examples/mathtext/MathTextEng.gf
new file mode 100644
index 000000000..4577fff24
--- /dev/null
+++ b/examples/mathtext/MathTextEng.gf
@@ -0,0 +1,5 @@
+concrete MathTextEng of MathText = LogicEng ** MathTextI with
+ (LexLogic = LexLogicEng),
+ (Syntax = SyntaxEng),
+ (Lang = LangEng), ---- ImpP3
+ (Symbolic = SymbolicEng) ;