diff options
Diffstat (limited to 'grammars/multiple/MathEng.gf')
| -rw-r--r-- | grammars/multiple/MathEng.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grammars/multiple/MathEng.gf b/grammars/multiple/MathEng.gf new file mode 100644 index 000000000..9d9bf3414 --- /dev/null +++ b/grammars/multiple/MathEng.gf @@ -0,0 +1,5 @@ +concrete MathEng of Math = open Prelude in { + lin + MkNumber i = i ; +} ; + |
