import Data.Bool (bool)

foo = bool 0 42 . (10 <)

main = print (foo 20)