1
0
forked from GitHub/gf-rgl

tidy up res; bug fix in ShellState.addTransfer

This commit is contained in:
aarne
2005-12-05 16:14:12 +00:00
parent 7188ccc88d
commit 5a39ac6b11
16 changed files with 162 additions and 201 deletions

View File

@@ -33,6 +33,6 @@ concrete VerbEng of Verb = CatEng ** open ResEng in {
EmbedS s = {s = conjThat ++ s.s} ;
EmbedQS qs = {s = qs.s ! QIndir} ;
EmbedVP vp = {s = infVP vp (agrP3 Sg).a} ; --- agr
EmbedVP vp = {s = infVP vp (agrP3 Sg)} ; --- agr
}