missing import in CatLat causing an eval error with "no reason given"; commented out PhraseLat.VocNP that gives a mysterious PMCFG generation error

This commit is contained in:
aarne
2014-02-01 13:03:08 +00:00
parent 1a71260608
commit 4cc72722a6
2 changed files with 3 additions and 3 deletions

View File

@@ -19,6 +19,6 @@ concrete PhraseLat of Phrase = CatLat ** open Prelude, ResLat in {
PConjConj conj = {s = conj.s2} ; ---
--
NoVoc = {s = []} ;
VocNP np = {s = "," ++ np.s ! Voc} ;
---- VocNP np = {s = "," ++ np.s ! Voc} ; ---- what is the compiler error here? AR 1/2/2014
--
}