diff options
Diffstat (limited to 'next-lib/src/romance/CatRomance.gf')
| -rw-r--r-- | next-lib/src/romance/CatRomance.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/next-lib/src/romance/CatRomance.gf b/next-lib/src/romance/CatRomance.gf index a64e84568..188f535f5 100644 --- a/next-lib/src/romance/CatRomance.gf +++ b/next-lib/src/romance/CatRomance.gf @@ -55,7 +55,8 @@ incomplete concrete CatRomance of Cat = -- Noun CN = {s : Number => Str ; g : Gender} ; - NP,Pron = Pronoun ; + Pron = Pronoun ; + NP = NounPhrase ; Det = { s : Gender => Case => Str ; n : Number ; |
