diff options
Diffstat (limited to 'examples/regulus/toy0/Toy0Eng.gf')
| -rw-r--r-- | examples/regulus/toy0/Toy0Eng.gf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/regulus/toy0/Toy0Eng.gf b/examples/regulus/toy0/Toy0Eng.gf index 68e2e4c07..977fb09c5 100644 --- a/examples/regulus/toy0/Toy0Eng.gf +++ b/examples/regulus/toy0/Toy0Eng.gf @@ -6,10 +6,9 @@ param lincat Spec = {s : Str ; n : Number} ; Noun = {s : Number => Str} ; - MAIN,NP = {s : Str} ; + NP = {s : Str} ; lin - Main np = np ; SpecNoun spec noun = {s = spec.s ++ noun.s ! spec.n} ; One = {s = "one" ; n = Sg} ; |
