mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
conjunction in Slovenian
This commit is contained in:
@@ -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} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user