diff options
Diffstat (limited to 'doc/tutorial/Paleolithic.gf')
| -rw-r--r-- | doc/tutorial/Paleolithic.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/Paleolithic.gf b/doc/tutorial/Paleolithic.gf index dadfd5140..05158ba18 100644 --- a/doc/tutorial/Paleolithic.gf +++ b/doc/tutorial/Paleolithic.gf @@ -7,10 +7,10 @@ fun UseV : V -> VP ; ComplTV : TV -> NP -> VP ; UseA : A -> VP ; - This, That, Def, Indef : CN -> NP ; ModA : A -> CN -> CN ; - Bird, Boy, Man, Louse, Snake, Worm : CN ; - Big, Green, Rotten, Thick, Warm : A ; + This, That, Def, Indef : CN -> NP ; + Boy, Louse, Snake, Worm : CN ; + Green, Rotten, Thick, Warm : A ; Laugh, Sleep, Swim : V ; Eat, Kill, Wash : TV ; }
\ No newline at end of file |
