fork(1) download
  1. xyu :: Maybe Int -> Int
  2. xyu (Just x) = x
  3.  
  4. main = putStrLn . show $ xyu Nothing
Runtime error #stdin #stdout #stderr 0s 4824KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog: prog.hs:2:1-16: Non-exhaustive patterns in function xyu