diff options
| author | aarne <aarne@chalmers.se> | 2014-06-19 15:55:39 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-06-19 15:55:39 +0000 |
| commit | 5c7586bb78e456864b8cf9954de5a72536fff7ae (patch) | |
| tree | 0737fdd1df44194f2a76a4c8ec903b8c93f22be7 /examples/phrasebook/SentencesLav.gf | |
| parent | f743217a54e2adb13e13ae5739c2621dc116ba6e (diff) | |
a couple of fixes in Phrasebook ; should compile now
Diffstat (limited to 'examples/phrasebook/SentencesLav.gf')
| -rw-r--r-- | examples/phrasebook/SentencesLav.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesLav.gf b/examples/phrasebook/SentencesLav.gf index 29c00ad68..33d34b99d 100644 --- a/examples/phrasebook/SentencesLav.gf +++ b/examples/phrasebook/SentencesLav.gf @@ -1,5 +1,5 @@ concrete SentencesLav of Sentences = NumeralLav ** SentencesI - [ - Language, + LAnguage, PLanguage, NPNationality, mkNPNationality, @@ -24,7 +24,7 @@ open in { lincat - Language = NPLanguage ; + LAnguage = NPLanguage ; lin PLanguage x = mkPhrase (mkUtt x.lang) ; |
