language-dickinson-0.1.1.2: lib/profession.dck
%-
(:def profession
(:oneof
(| "professor")
(| "psychiatrist")
(| "physician")
(| "poet")
(| "psychologist")
(| "banker")
(| "sociologist")
(| "scientist")
(| "biologist")
(| "ecologist")
(| "mathematician")
(| "statistician")
(| "epidemiologist")
(| "sanitation worker")
(| "teacher")
(| "police officer")
(| "lawyer")
(| "engineer")
(| "writer")
(| "artist")))