1
0
forked from GitHub/gf-rgl

adjustments and clean-up in resource

This commit is contained in:
aarne
2006-02-26 18:43:13 +00:00
parent ec1605fb24
commit f1e0c064fd
25 changed files with 81 additions and 67 deletions

View File

@@ -29,8 +29,7 @@ oper
npform2case : NPForm -> Case = \p -> case p of {
Ton x => x ;
Poss _ => genitive ;
Aton x => x ;
_ => dative ---- Ita PreClit
Aton x => x
} ;
case2npform : Case -> NPForm = \c -> case c of {