Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
concatMapMonoid :: Monoid m => (time -> m) -> (body -> m) -> T time body -> mevent-list Data.EventList.Relative.BodyTime No documentation available.
concatMapMonoid :: Monoid m => (time -> m) -> (body -> m) -> T time body -> mevent-list Data.EventList.Relative.TimeBody No documentation available.
concatMapMonoid :: Monoid m => (time -> m) -> (body -> m) -> T time body -> mevent-list Data.EventList.Relative.TimeTime No documentation available.
genericInvmap :: (Generic1 f, Invariant (Rep1 f)) => (a -> b) -> (b -> a) -> f a -> f binvariant Data.Functor.Invariant A generic implementation of invmap.
invmap :: Invariant f => (a -> b) -> (b -> a) -> f a -> f binvariant Data.Functor.Invariant No documentation available.
invmap2 :: Invariant2 f => (a -> c) -> (c -> a) -> (b -> d) -> (d -> b) -> f a b -> f c dinvariant Data.Functor.Invariant No documentation available.
invmap2Bifunctor :: Bifunctor f => (a -> c) -> (c -> a) -> (b -> d) -> (d -> b) -> f a b -> f c dinvariant Data.Functor.Invariant Every Bifunctor is also an Invariant2 functor.
invmap2Profunctor :: Profunctor f => (a -> c) -> (c -> a) -> (b -> d) -> (d -> b) -> f a b -> f c dinvariant Data.Functor.Invariant Every Profunctor is also an Invariant2 functor.
invmapArrow :: Arrow arr => (a -> b) -> (b -> a) -> arr a a -> arr b binvariant Data.Functor.Invariant An Arrow with the same input and output types can be seen as an Invariant functor.
invmapContravariant :: Contravariant f => (a -> b) -> (b -> a) -> f a -> f binvariant Data.Functor.Invariant Every Contravariant functor is also an Invariant functor.