packages feed

fourmolu-0.11.0.0: data/examples/other/cpp/separation-0a-out.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