1
0
forked from GitHub/gf-core

a couple of fixes in Phrasebook ; should compile now

This commit is contained in:
aarne
2014-06-19 15:55:39 +00:00
parent f743217a54
commit 5c7586bb78
3 changed files with 4 additions and 4 deletions

View File

@@ -208,7 +208,7 @@ SuperlPlace sup p = placeNP sup p ;
HowFar place = lin QS {s = place.name.s ++ R.word "有多远"} ;
HowFarFrom x y = lin QS {s = y.name.s ++ "" ++ x.name.s ++ R.word "有多远"} ; ----
HowFarFrom x y = lin QS {s = "从" ++ x.name.s ++ "" ++ y.name.s ++ R.word "有多远"} ; ----
-- HowFarFromBy x y t =
-- mkQS (mkQCl howFar.how (mkCl (mkNP y.name howFar.far)