some fixes to Chinese suggested by Shanghai colleagues

This commit is contained in:
aarne
2012-10-26 08:52:20 +00:00
parent c482b9f938
commit 44dc93ae8f
5 changed files with 6 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ oper
mkPrep = overload { ---- is this the right order of the fields?
mkPrep : Str -> Preposition
= \s -> ResChi.mkPreposition s [] ;
= \s -> ResChi.mkPreposition [] s ;
mkPrep : Str -> Str -> Preposition
= \s,t -> ResChi.mkPreposition s t ;
} ;