fixes in Dutch numerals and possessives

This commit is contained in:
aarne
2010-05-24 14:49:32 +00:00
parent e077512095
commit f19aceb38b
3 changed files with 32 additions and 23 deletions

View File

@@ -93,6 +93,8 @@ concrete QuestionDut of Question = CatDut ** open ResDut in {
s = \\g => idet.s ! n ! g ++ num.s ;
n = n
} ;
AdvIAdv i a = {s = i.s ++ a.s} ;
CompIAdv a = {s = \\_ => a.s} ;