packages feed

fourmolu-0.4.0.0: data/examples/other/cpp/separation-0b.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

foo :: Int
foo = undefined