mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -06:00
fixed duplication of de in RelativeChi
This commit is contained in:
@@ -209,7 +209,7 @@ oper
|
||||
mkPConj : Str -> PConj
|
||||
= \s -> lin PConj {s = word s} ;
|
||||
mkRP : Str -> RP
|
||||
= \s -> lin RP {s = word s} ;
|
||||
= \s -> lin RP {s = table {True => [] ; False => word s}} ;
|
||||
|
||||
|
||||
--. auxiliary
|
||||
|
||||
Reference in New Issue
Block a user