diff options
Diffstat (limited to 'grammars/multiple/UserMathEng.gf')
| -rw-r--r-- | grammars/multiple/UserMathEng.gf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/grammars/multiple/UserMathEng.gf b/grammars/multiple/UserMathEng.gf new file mode 100644 index 000000000..c1a190b47 --- /dev/null +++ b/grammars/multiple/UserMathEng.gf @@ -0,0 +1,6 @@ +concrete UserMathEng of UserMath = UserEng, MathEng ** open Prelude in + { + lin + QSum x y = ss (["what is the sum of"] ++ x.s ++ "and" ++ y.s) ; + } + |
