forked from GitHub/gf-core
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