fork download
  1. f = Nothing
  2. g = return 17
  3.  
  4.  
  5.  
  6. h = do x <- f
  7. y <- g
  8.  
  9. main = print h
Success #stdin #stdout 0s 6216KB
stdin
Standard input is empty
stdout
Nothing