mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
Overload partV ; fix typo in IrregDut ; fix word order in subordinate clauses in ResDut
This commit is contained in:
@@ -269,8 +269,12 @@ oper
|
||||
zijnV v = lin V (v2vvAux v VZijn) ;
|
||||
reflV v = lin V {s = v.s ; aux = v.aux ; particle = v.particle ; prefix = v.prefix ; vtype = VRefl} ;
|
||||
|
||||
partV : V -> Str -> V = \vinden,leuk ->
|
||||
vinden ** {particle = leuk} ;
|
||||
partV = overload {
|
||||
partV : Str -> V -> V = \leuk,vinden ->
|
||||
vinden ** {particle = leuk} ;
|
||||
partV : V -> Str -> V = \vinden,leuk ->
|
||||
vinden ** {particle = leuk} ;
|
||||
} ;
|
||||
|
||||
no_geV v = let vs = v.s in {
|
||||
s = table {
|
||||
|
||||
Reference in New Issue
Block a user