1
0
forked from GitHub/gf-core

a couple of fixes in Fin and Swe dictionaries

This commit is contained in:
aarne
2014-06-20 06:28:33 +00:00
parent f0ced4da99
commit f50009de83
3 changed files with 10 additions and 9 deletions

View File

@@ -183,7 +183,7 @@ oper
mkA2 = overload {
mkA2 : Str -> A2 -- e.g. "vihainen" (jollekin)
= \s -> mkA s ** {c2 = mkPrep "allative" ; lock_A2 = <>} ;
= \s -> mkA s ** {c2 = mkPrep allative ; lock_A2 = <>} ;
mkA2 : Str -> Prep -> A2 -- e.g. "jaollinen" (mkPrep adessive)
= \a,p -> mkA a ** {c2 = p ; lock_A2 = <>} ;
mkA2 : A -> Prep -> A2 -- e.g. "jaollinen" (mkPrep adessive)