diff options
| author | peb <unknown> | 2004-06-18 14:23:15 +0000 |
|---|---|---|
| committer | peb <unknown> | 2004-06-18 14:23:15 +0000 |
| commit | 1efb265000b19f65b18980e61955d11afd67bcba (patch) | |
| tree | ba6226670bbad398d68c1a7cb8c90b3c48756bde /grammars/testConversions/SimpleAbs.gf | |
| parent | 22613ceb3772722f6e5a5a4470bedd7d6d727474 (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 35ea9bdff..f22977ca3 100644 --- a/grammars/testConversions/SimpleAbs.gf +++ b/grammars/testConversions/SimpleAbs.gf @@ -5,7 +5,7 @@ cat S; VP; NP; V; N; D; P; PP; fun -cyclic : S -> S; +-- cyclic : S -> S; mkS : NP -> VP -> S; mkVP : V -> NP -> VP; mkNP1 : D -> N -> NP; |
