packages feed

ormolu-0.8.1.1: 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