diff options
| author | jordi.saludes <jordi.saludes@upc.edu> | 2010-05-25 18:12:11 +0000 |
|---|---|---|
| committer | jordi.saludes <jordi.saludes@upc.edu> | 2010-05-25 18:12:11 +0000 |
| commit | afb41457f1653faa668552f9f44b79a41ff91c06 (patch) | |
| tree | f5f2c9a3a26c4a51dbb2300d291ea1d6bba83c16 | |
| parent | 54c5dd57962a357d88c0e45670a5b6b2c837852a (diff) | |
'PersonName' comes back after fixing StructuralCat
| -rw-r--r-- | examples/phrasebook/SentencesCat.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesCat.gf b/examples/phrasebook/SentencesCat.gf index e531d4a06..5bf033973 100644 --- a/examples/phrasebook/SentencesCat.gf +++ b/examples/phrasebook/SentencesCat.gf @@ -1,4 +1,4 @@ -concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [PersonName, -- stack overflow +concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [ IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale, WherePlace, WherePerson, ABePlace, Superlative |
