mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
concrete UserMathEng of UserMath = UserEng, MathEng ** open Prelude in
|
|
{
|
|
lin
|
|
QSum x y = ss (["what is the sum of"] ++ x.s ++ "and" ++ y.s) ;
|
|
}
|
|
|