mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 17:26:25 -06:00
make it possible to add more cardinals
This commit is contained in:
@@ -47,7 +47,7 @@ concrete QuestionEng of Question = CatEng ** open ResEng, Prelude in {
|
||||
} ;
|
||||
|
||||
IdetQuant idet num = {
|
||||
s = idet.s ! num.n ++ num.s ! Nom ;
|
||||
s = idet.s ! num.n ++ num.s ! False ! Nom ;
|
||||
n = num.n
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user