From 28e50b0f5f6c2c39ec1545786b1234616fe95e2c Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 18 Jun 2014 15:38:11 +0000 Subject: quick hack: changed cat name Language to LAnguage in Phrasebook to avoid clash with Construction.Language in App --- examples/phrasebook/SentencesBul.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesBul.gf') diff --git a/examples/phrasebook/SentencesBul.gf b/examples/phrasebook/SentencesBul.gf index 1b5d453c7..cf886f27d 100644 --- a/examples/phrasebook/SentencesBul.gf +++ b/examples/phrasebook/SentencesBul.gf @@ -2,7 +2,7 @@ concrete SentencesBul of Sentences = NumeralBul ** SentencesI - [IMale, IFemale, YouFamMale, YouFamFemale, YouPolMale, YouPolFemale, ACitizen, Citizenship, PCitizenship, LangNat, CitiNat, CountryNat, PropCit, - Nationality, Country, Language, PLanguage, PCountry + Nationality, Country, LAnguage, PLanguage, PCountry ] with (Syntax = SyntaxBul), (Symbolic = SymbolicBul), @@ -16,7 +16,7 @@ lincat s2 : A; -- furthermore, adjective for Property s3 : PN -- country name } ; - Language = A ; + LAnguage = A ; Country = PN ; lin IMale = mkPerson i_Pron ; -- cgit v1.2.3