mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
ResEng.mkS to mkClause
This commit is contained in:
@@ -14,7 +14,7 @@ concrete QuestionEng of Question = CatEng ** open ResEng in {
|
||||
} ;
|
||||
|
||||
QuestVP qp vp =
|
||||
let cl = mkS (qp.s ! Nom) {n = qp.n ; p = P3} vp.s vp.s2
|
||||
let cl = mkClause (qp.s ! Nom) {n = qp.n ; p = P3} vp
|
||||
in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ;
|
||||
|
||||
QuestSlash ip slash = {
|
||||
|
||||
Reference in New Issue
Block a user