Make mkClause take an Agr

This commit is contained in:
Ayberk Tosun
2017-08-22 12:18:18 +03:00
parent af62b770b0
commit 90032d0438
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ concrete SentenceTur of Sentence = CatTur ** open Prelude, ResTur in {
lin
PredVP np vp = mkClause (np.s ! Nom) vp ;
PredVP np vp = mkClause (np.s ! Nom) np.a vp ;
}