mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Pes) Fix bug in mkV2 after changing Prep
This commit is contained in:
@@ -317,7 +317,7 @@ oper
|
||||
mkV2 : V -> V2
|
||||
= \v -> lin V2 (v ** {c2 = prepOrRa "را"}) ;
|
||||
mkV2 : V -> Prep -> V2
|
||||
= \v,p -> lin V2 (v ** {c2 = prepOrRa p.s}) ;
|
||||
= \v,p -> lin V2 (v ** {c2 = p}) ;
|
||||
mkV2 : V -> Str -> V2
|
||||
= \v,ra -> lin V2 (v ** {c2 = prepOrRa ra}) ;
|
||||
mkV2 : V -> Str -> Bool -> V2
|
||||
|
||||
Reference in New Issue
Block a user