fork download
  1. class Monad m where
  2. (>>=) :: m a -> (a -> m b) -> m b
  3. return :: a -> m a
  4.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty