diff options
Diffstat (limited to 'old-examples/model/MathEng.gf')
| -rw-r--r-- | old-examples/model/MathEng.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old-examples/model/MathEng.gf b/old-examples/model/MathEng.gf new file mode 100644 index 000000000..681ef5b31 --- /dev/null +++ b/old-examples/model/MathEng.gf @@ -0,0 +1,5 @@ +--# -path=.:present:prelude + +concrete MathEng of Math = MathI with + (Syntax = SyntaxEng), + (Lex = LexEng) ; |
