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