packages feed

ormolu-0.2.0.0: data/examples/other/cpp/separation-0a-out.hs

instance Stream s => Monad (ParsecT e s m) where
  return = pure
  (>>=) = pBind

#if !(MIN_VERSION_base(4,13,0))
  fail   = Fail.fail
#endif