fork(1) download
  1. import Data.Bool (bool)
  2.  
  3. foo = bool 0 42 . (10 <)
  4.  
  5. main = print (foo 20)
Success #stdin #stdout 0s 8388607KB
stdin
1
2
foo
42
bar
1337
stdout
42