mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
fixes before beta3 release
This commit is contained in:
@@ -25,9 +25,9 @@ oper
|
||||
|
||||
that_Subj = M.mkSubj "that" ;
|
||||
|
||||
comma_and_Conj = M.mkConj [] ", and" plural ;
|
||||
comma_or_Conj = M.mkConj [] ", or" singular ;
|
||||
slash_Conj = M.mkConj [] "/" singular ;
|
||||
comma_and_Conj = mkConj [] ", and" plural ;
|
||||
comma_or_Conj = mkConj [] ", or" singular ;
|
||||
slash_Conj = mkConj [] "/" singular ;
|
||||
|
||||
whose_IDet = M.mkIDet "whose" singular ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user