mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-31 05:38:55 -06:00
rename the s2 field in VP and VPSlash to compl
This commit is contained in:
@@ -11,7 +11,7 @@ concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
|
||||
s = \\p,gn =>
|
||||
let agr = {gn = gn ; p = P2} ;
|
||||
verb = vp.imp ! p ! numGenNum gn ! Perf ;
|
||||
compl = vp.s2 ! agr
|
||||
compl = vp.compl ! agr
|
||||
in
|
||||
verb ++ compl
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user