diff options
| author | peb <unknown> | 2004-06-15 18:24:17 +0000 |
|---|---|---|
| committer | peb <unknown> | 2004-06-15 18:24:17 +0000 |
| commit | aa9f1ee7a3474b1c66ea778f1dd267b78291d989 (patch) | |
| tree | d6d0dbd73f8afe86c2db7841bfc5d96952d54ab0 /grammars/testConversions/SimpleAbs.gf | |
| parent | 3fb91e0f448aa4be317a112fdc95673fb99fa6f6 (diff) | |
*** empty log message ***
Diffstat (limited to 'grammars/testConversions/SimpleAbs.gf')
| -rw-r--r-- | grammars/testConversions/SimpleAbs.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars/testConversions/SimpleAbs.gf b/grammars/testConversions/SimpleAbs.gf index 2222bfc28..35ea9bdff 100644 --- a/grammars/testConversions/SimpleAbs.gf +++ b/grammars/testConversions/SimpleAbs.gf @@ -11,7 +11,7 @@ mkVP : V -> NP -> VP; mkNP1 : D -> N -> NP; mkNP2 : N -> NP; mkNP3 : NP -> PP -> NP; -mkPP : P -> NP -> PP; +mkPP : NP -> P -> PP; robin : NP; dog : N; |
