mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
concrete QuerySpa of Query = {
|
|
lincat
|
|
Answer, Question, Object = Str ;
|
|
|
|
lin
|
|
Even x = x ++ "es" ++ "par" ;
|
|
Odd x = x ++ "es" ++ "impar" ;
|
|
Prime x = x ++ "es" ++ "primo" ;
|
|
Number n = n.s ;
|
|
|
|
Yes = "si" ;
|
|
No = "no" ;
|
|
|
|
}
|
|
|