mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
(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