(todays-event "song" sunday-song) (def todays-event ((o type) (o todays-thing)) [...] (todays-thing))
(def todays-event ((o type) (o todays-thing)) [...] (if todays-thing (todays-thing)))
(def todays-event ((o type) (o todays-thing)) [...] (aif todays-thing (it)))
(def todays-event ((o type) (o todays-thing nilfn)) ...
-----