mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
(Por) small fixes and add missing paradigm (#28)
* (Por) add Str -> V3 paradigm * (Por) small fixes
This commit is contained in:
committed by
Krasimir Angelov
parent
1889f4ce0f
commit
3a429730bc
@@ -403,6 +403,7 @@ oper
|
||||
-- the first one or both can be absent.
|
||||
|
||||
mkV3 = overload {
|
||||
mkV3 : Str -> V3 = \s -> dirdirV3 (regV s) ;
|
||||
mkV3 : V -> V3 = dirdirV3 ; -- donner (+ accusative + dative)
|
||||
mkV3 : V -> Prep -> V3 = dirV3 ; -- placer (+ accusative) + dans
|
||||
mkV3 : V -> Prep -> Prep -> V3 = mmkV3 -- parler + dative + genitive
|
||||
|
||||
Reference in New Issue
Block a user