1
0
forked from GitHub/gf-rgl

reflexive and deponent as verb features added

This commit is contained in:
aarne
2006-01-16 20:42:52 +00:00
parent 4bf9c7327a
commit 7890e6e771
16 changed files with 89 additions and 103 deletions

View File

@@ -189,7 +189,7 @@ oper
--- The particle always appears right after the verb.
verbPart : Verb -> Str -> Verb = \v,p ->
{s = \\f => v.s ! f ++ p} ;
{s = \\f => v.s ! f ++ p ; isRefl = v.isRefl} ;
verbNoPart : Verb -> Verb = \v -> verbPart v [] ;