fork download
  1. main = print $ foo 42 0
  2.  
  3. foo x y = f x (x / y)
  4.  
  5. f a b = if a > 17 then a else b
Success #stdin #stdout 0s 6304KB
stdin
Standard input is empty
stdout
42.0