diff options
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; |
