mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
(Dut) Replace "," with bindComma in several places
This commit is contained in:
@@ -41,7 +41,7 @@ lin
|
||||
MkSymb s = s ;
|
||||
|
||||
BaseSymb = infixSS "en" ;
|
||||
ConsSymb = infixSS "," ;
|
||||
ConsSymb = infixSS bindComma ;
|
||||
|
||||
oper
|
||||
artDef : Number -> Gender -> Str = \n,g -> case <n,g> of {<Sg,Neutr> => "het" ; _ => "de"} ;
|
||||
|
||||
Reference in New Issue
Block a user