1
0
forked from GitHub/gf-rgl

Update the lin type for DAP

This commit is contained in:
Ayberk Tosun
2018-08-21 14:09:32 +03:00
parent 0d75c394b5
commit 776c5d8a06

View File

@@ -20,6 +20,7 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
Quant = {s : Str; useGen : UseGen} ;
Prep = {s : Str; c : Case} ;
PrepNP = {s : Str} ;
DAP = {s : Number => Case => Str} ;
Numeral = {s : CardOrd => Number => Case => Str ; n : Number} ;
Digits = {s : CardOrd => Number => Case => Str ; n : Number; tail : DTail} ;