diff options
Diffstat (limited to 'examples/tutorial/embedded/MathFre.gf')
| -rw-r--r-- | examples/tutorial/embedded/MathFre.gf | 6 |
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) ; |
