fourmolu-0.4.0.0: data/examples/other/cpp/separation-0a.hs
{-# LANGUAGE CPP #-}
instance Stream s => Monad (ParsecT e s m) where
return = pure
(>>=) = pBind
#if !(MIN_VERSION_base(4,13,0))
fail = Fail.fail
#endif
{-# LANGUAGE CPP #-}
instance Stream s => Monad (ParsecT e s m) where
return = pure
(>>=) = pBind
#if !(MIN_VERSION_base(4,13,0))
fail = Fail.fail
#endif