conjunction in Slovenian

This commit is contained in:
krasimir
2016-08-16 10:35:30 +00:00
parent a70ca7a35e
commit b13866e3ef
5 changed files with 32 additions and 5 deletions

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} ;
}