From 9c415d6be612e6cbe902ece40ef0363edf6f94b1 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 3 Feb 2014 08:49:22 +0000 Subject: [PATCH] Lat.VocNP issue resolved --- lib/src/latin/PhraseLat.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- }