forked from GitHub/gf-rgl
(Hun) Prevent redundant use of IndefArt in DetQuant with a Numeral
This commit is contained in:
@@ -65,13 +65,13 @@ param
|
||||
|
||||
CardOrd = NOrd | NCard ; -- Not used yet
|
||||
|
||||
-- NumType = NoNum | IsDig | IsNum ;
|
||||
NumType = NoNum | IsDig | IsNum ;
|
||||
|
||||
-- oper
|
||||
-- isNum : {numtype : NumType} -> Bool = \nt -> case nt.numtype of {
|
||||
-- NoNum => False ;
|
||||
-- _ => True
|
||||
-- } ;
|
||||
oper
|
||||
isNum : {numtype : NumType} -> Bool = \nt -> case nt.numtype of {
|
||||
NoNum => False ;
|
||||
_ => True
|
||||
} ;
|
||||
--------------------------------------------------------------------------------
|
||||
-- Adjectives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user