mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 09:49:33 -06:00
more fixes for the lock_ fields
This commit is contained in:
@@ -1088,7 +1088,7 @@ incomplete resource Constructors = open Grammar in {
|
||||
= DetQuantOrd ; --# notminimal
|
||||
mkDet : Quant -> Num -> Det -- these five man
|
||||
= DetQuant ;
|
||||
mkDet : Num -> Det -- forty-five men
|
||||
mkDet : Card -> Det -- forty-five men
|
||||
= DetArtCard IndefArt ;
|
||||
mkDet : Digits -> Det -- 51 (men) --# notminimal
|
||||
= \d -> DetArtCard IndefArt (NumDigits d) ; --# notminimal
|
||||
|
||||
Reference in New Issue
Block a user