UNB/ CS/ David Bremner/ teaching/ cs4613/ tutorials/ tutorial06/ fun1.rkt
#lang plait
(define (fun arg)
  (if arg 'foo 'bar))