summaryrefslogtreecommitdiff
path: root/examples/mathtext/MathTextGer.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mathtext/MathTextGer.gf')
-rw-r--r--examples/mathtext/MathTextGer.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/mathtext/MathTextGer.gf b/examples/mathtext/MathTextGer.gf
new file mode 100644
index 000000000..b608dde63
--- /dev/null
+++ b/examples/mathtext/MathTextGer.gf
@@ -0,0 +1,5 @@
+concrete MathTextGer of MathText = LogicGer ** MathTextI with
+ (LexLogic = LexLogicGer),
+ (Syntax = SyntaxGer),
+ (Lang = LangGer), ---- for ImpP3
+ (Symbolic = SymbolicGer) ;