import Data.Bool (bool) foo = bool 0 42 . (10 <) main = print (foo 20)
1 2 foo 42 bar 1337
42
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!