diff options
| author | aarne <aarne@chalmers.se> | 2014-06-18 15:38:11 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-06-18 15:38:11 +0000 |
| commit | 28e50b0f5f6c2c39ec1545786b1234616fe95e2c (patch) | |
| tree | a845d4c97e06c605a2174ddf077df05252988bc9 /examples/phrasebook/SentencesBul.gf | |
| parent | fa33096e6d6832e45d73d3afc7b124a95e9d8244 (diff) | |
quick hack: changed cat name Language to LAnguage in Phrasebook to avoid clash with Construction.Language in App
Diffstat (limited to 'examples/phrasebook/SentencesBul.gf')
| -rw-r--r-- | examples/phrasebook/SentencesBul.gf | 4 |
1 files changed, 2 insertions, 2 deletions
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 ; |
