
module Apply where

main = apply id True

apply f x = f x
