(Hun) Change lincat of Ord + add OrdSuperl, DetQuantOrd

This commit is contained in:
Inari Listenmaa
2020-04-17 14:46:44 +02:00
parent cc85e4aaeb
commit 822cfc4bef
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ concrete CatHun of Cat = CommonX ** open ResHun, Prelude in {
Quant = ResHun.Quant ;
Num = ResHun.Num ;
Ord = {
s : Str ; -- Number => Case => Str ; -- Ord can come from AP and become AP again
s : Number => Str ; -- Number => Case => Str ; -- Ord can come from AP and become AP again
n : Number -- Ord can come from Num, which has inherent number
} ;
DAP = ResHun.Determiner ;