Implement PrepNP

This commit is contained in:
Ayberk Tosun
2017-08-22 17:49:25 +03:00
parent 5734469aa2
commit 4b0e198742
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
concrete AdverbTur of Adverb = CatTur ** open ResTur, Prelude in {
lin
PrepNP prep np = {s = np.s ! prep.c ++ prep.s} ;
}