1
0
forked from GitHub/gf-core

Lat.VocNP issue resolved

This commit is contained in:
aarne
2014-02-03 08:49:22 +00:00
parent cf196cb0dd
commit 9c415d6be6

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} ; ---- 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
--
}