mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
correction in Scand definiteness with Ord
This commit is contained in:
@@ -51,7 +51,10 @@ incomplete concrete NounScand of Noun =
|
||||
sp = \\b,g => quant.s ! num.n ! b ! True ! g ++
|
||||
num.s ! g ++ ord.s ;
|
||||
n = num.n ;
|
||||
det = DDef detDef ---- quant.det
|
||||
det = case quant.det of {
|
||||
DDef Def => DDef detDef ;
|
||||
d => d
|
||||
}
|
||||
} ;
|
||||
|
||||
DetQuant quant num =
|
||||
|
||||
Reference in New Issue
Block a user