mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Som) Fix bug in converting between parameters (Sg3 instead of Pl3)
This commit is contained in:
@@ -175,7 +175,7 @@ oper
|
|||||||
Sg2_Prep => Sg2 ;
|
Sg2_Prep => Sg2 ;
|
||||||
Pl1_Prep i => Pl1 i ;
|
Pl1_Prep i => Pl1 i ;
|
||||||
Pl2_Prep => Pl2 ;
|
Pl2_Prep => Pl2 ;
|
||||||
_ => Pl3
|
_ => Sg3 Masc
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
isP3 = overload {
|
isP3 = overload {
|
||||||
|
|||||||
Reference in New Issue
Block a user