defn main = { case True of { True -> { 1 } False -> { 0 } n -> { 2 } } }