module Main where import Prelude () fns = \f -> if f true then f else \x -> x not = \x -> if x then false else true main = Debug.Trace.trace "Done"