1
0
forked from GitHub/gf-rgl

diverse RGL and Phrasebook fixes, and a corrected Synopsis

This commit is contained in:
aarne
2011-12-05 15:25:06 +00:00
parent b78891eab9
commit 1a4c8bb927
11 changed files with 337 additions and 335 deletions

View File

@@ -73,7 +73,7 @@ concrete VerbTha of Verb = CatTha ** open ResTha, StringsTha, Prelude in {
}
} ;
CompAdv a = {s = \\p => polStr may_s p ++ a.s} ; --- ??
CompAdv a = {s = \\p => thbind (polStr may_s p) yuu_s a.s} ; --- works for place adverbs
}