conjunction in Slovenian

This commit is contained in:
krasimir
2016-08-16 10:35:30 +00:00
parent 6c88dcd7a3
commit c0d2623e59
5 changed files with 32 additions and 5 deletions
+2 -2
View File
@@ -387,6 +387,6 @@ oper
mkInterj : Str -> Interj =
\s -> lin Interj {s=s} ;
mkConj : Str -> Conj =
\s -> lin Conj {s=s} ;
mkConj : Str -> Number -> Conj =
\s,n -> lin Conj {s=s; n=n} ;
}