forked from GitHub/gf-rgl
some fixes to Chinese suggested by Shanghai colleagues
This commit is contained in:
@@ -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 ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user