module pop_psych1.

  imokay :- youreokay, hesokay.	% C1
  youreokay :- theyreokay.	% C2
  hesokay.			% C3
  theyreokay.			% C4
