(Hun) Prevent redundant use of IndefArt in DetQuant with a Numeral

This commit is contained in:
Inari Listenmaa
2020-03-30 16:01:12 +02:00
parent 350960da1c
commit 4a8668fce9
4 changed files with 28 additions and 22 deletions
+6 -6
View File
@@ -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