(Pes) add beVerb and use in Lexicon for some compound verbs

This commit is contained in:
Inari Listenmaa
2019-02-07 11:10:47 +01:00
parent d0d760d68b
commit 79a375a03e
3 changed files with 23 additions and 12 deletions
+2 -1
View File
@@ -106,7 +106,8 @@ oper
mkV : Str -> Str -> V
= \s1, s2 -> mkVerb s1 s2 ** {lock_V = <>} ;
-- mkVerb takes both the Infinitive and the present root(root2) and is applied for iregular verbs
haveVerb : V = M.haveVerb ;
haveVerb : V = lin V M.haveVerb ;
beVerb : V = lin V M.beVerb ;
mkV_1 : Str -> V
= \s -> mkVerb1 s ** {lock_V = <>} ;