diff options
| author | aarne <unknown> | 2005-04-16 16:02:03 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-04-16 16:02:03 +0000 |
| commit | b71611851aa908767903bf819256d1d4f56e13d4 (patch) | |
| tree | 2cace9f06a9f419dae6224f8063765e388479ea9 /doc/tutorial/Paleolithic.gf | |
| parent | e24a8298f0bd527c155984306ad8a09273e05943 (diff) | |
arrived to the module system
Diffstat (limited to 'doc/tutorial/Paleolithic.gf')
| -rw-r--r-- | doc/tutorial/Paleolithic.gf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tutorial/Paleolithic.gf b/doc/tutorial/Paleolithic.gf new file mode 100644 index 000000000..dadfd5140 --- /dev/null +++ b/doc/tutorial/Paleolithic.gf @@ -0,0 +1,16 @@ +abstract Paleolithic = { +cat + S ; NP ; VP ; CN ; A ; V ; TV ; + +fun + PredVP : NP -> VP -> S ; + 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 ; + Laugh, Sleep, Swim : V ; + Eat, Kill, Wash : TV ; +}
\ No newline at end of file |
