mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
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:
@@ -1,4 +1,4 @@
|
|||||||
concrete CatLat of Cat = CommonX ** open ResLat, Prelude in {
|
concrete CatLat of Cat = CommonX ** open ResLat, ParamX, Prelude in {
|
||||||
|
|
||||||
flags optimize=all_subs ;
|
flags optimize=all_subs ;
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ concrete CatLat of Cat = CommonX ** open ResLat, Prelude in {
|
|||||||
--
|
--
|
||||||
---- Sentence
|
---- Sentence
|
||||||
--
|
--
|
||||||
Cl = { s : Tense => Anteriority => Polarity => Order => Str } ;
|
Cl = { s : ParamX.Tense => Anteriority => Polarity => Order => Str } ;
|
||||||
-- ClSlash = {
|
-- ClSlash = {
|
||||||
-- s : ResLat.Tense => Anteriority => Polarity => Order => Str ;
|
-- s : ResLat.Tense => Anteriority => Polarity => Order => Str ;
|
||||||
-- c2 : Str
|
-- c2 : Str
|
||||||
|
|||||||
@@ -19,6 +19,6 @@ concrete PhraseLat of Phrase = CatLat ** open Prelude, ResLat in {
|
|||||||
PConjConj conj = {s = conj.s2} ; ---
|
PConjConj conj = {s = conj.s2} ; ---
|
||||||
--
|
--
|
||||||
NoVoc = {s = []} ;
|
NoVoc = {s = []} ;
|
||||||
VocNP np = {s = "," ++ np.s ! Voc} ;
|
---- VocNP np = {s = "," ++ np.s ! Voc} ; ---- what is the compiler error here? AR 1/2/2014
|
||||||
--
|
--
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user