diff --git a/lib/src/latin/PhraseLat.gf b/lib/src/latin/PhraseLat.gf index 9b9c44ec6..51d8810c5 100644 --- a/lib/src/latin/PhraseLat.gf +++ b/lib/src/latin/PhraseLat.gf @@ -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} ; ---- what is the compiler error here? AR 1/2/2014 + VocNP np = {s = "," ++ np.s ! ResLat.Voc} ; ---- what is the compiler error here? AR 1/2/2014 -- answer: clash with the type name Voc 3/2 -- }