Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
atEndOfInput :: IO b -> InputStream a -> IO (InputStream a)io-streams System.IO.Streams.Combinators Wraps an InputStream, running the specified action when the stream yields end-of-file. Since: 1.0.2.0
atEndOfOutput :: IO b -> OutputStream a -> IO (OutputStream a)io-streams System.IO.Streams.Combinators Wraps an OutputStream, running the specified action when the stream receives end-of-file. Since: 1.0.2.0
-
relude Relude.Monoid No documentation available.
type family
UnEndo (e :: Endo a) :: a -> Exp afirst-class-families Fcf.Class.Monoid.Types Inverse of the Endo constructor.
-
base-compat-batteries Data.Monoid.Compat No documentation available.
-
base-compat-batteries Data.Semigroup.Compat No documentation available.
descendOn :: Uniplate to => BiplateType from to -> (to -> to) -> from -> fromuniplate Data.Generics.UniplateOn No documentation available.
descendOnM :: (Monad m, Uniplate to) => BiplateType from to -> (to -> m to) -> from -> m fromuniplate Data.Generics.UniplateOn No documentation available.
descendOn :: Uniplate to => BiplateType from to -> (to -> to) -> from -> fromuniplate Data.Generics.UniplateStrOn No documentation available.
descendOnM :: (Monad m, Uniplate to) => BiplateType from to -> (to -> m to) -> from -> m fromuniplate Data.Generics.UniplateStrOn No documentation available.