summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Words.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/Words.gf')
-rw-r--r--examples/phrasebook/Words.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf
index a8356151e..7dccbc7c1 100644
--- a/examples/phrasebook/Words.gf
+++ b/examples/phrasebook/Words.gf
@@ -234,4 +234,13 @@ abstract Words = Sentences ** {
Smoke : VerbPhrase ;
+ ADoctor : Person -> Action ;
+ AProfessor : Person -> Action ;
+ ALawyer : Person -> Action ;
+ AEngineer : Person -> Action ;
+ ATeacher : Person -> Action ;
+ ACook : Person -> Action ;
+ AStudent : Person -> Action ;
+ ABusinessman : Person -> Action ;
+
}