summaryrefslogtreecommitdiff
path: root/old-examples/model/MathFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/model/MathFre.gf')
-rw-r--r--old-examples/model/MathFre.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/old-examples/model/MathFre.gf b/old-examples/model/MathFre.gf
new file mode 100644
index 000000000..2464907de
--- /dev/null
+++ b/old-examples/model/MathFre.gf
@@ -0,0 +1,5 @@
+--# -path=.:present:prelude
+
+concrete MathFre of Math = MathI with
+ (Syntax = SyntaxFre),
+ (Lex = LexFre) ;