summaryrefslogtreecommitdiff
path: root/examples/tutorial/embedded/MathFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/embedded/MathFre.gf')
-rw-r--r--examples/tutorial/embedded/MathFre.gf6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/tutorial/embedded/MathFre.gf b/examples/tutorial/embedded/MathFre.gf
new file mode 100644
index 000000000..456db8084
--- /dev/null
+++ b/examples/tutorial/embedded/MathFre.gf
@@ -0,0 +1,6 @@
+--# -path=.:present:prelude:mathematical
+
+concrete MathFre of Math = MathI with
+ (Syntax = SyntaxFre),
+ (Symbol = SymbolFre),
+ (LexMath = LexMathFre) ;