fixes before beta3 release

This commit is contained in:
aarne
2009-04-02 09:35:48 +00:00
parent 2ee7d4fe74
commit f095da93ba
10 changed files with 45 additions and 11 deletions

View File

@@ -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 ;