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.
hoistNu :: (forall a . () => f a -> g a) -> Nu f -> Nu gdata-fix Data.Fix Change base functor in Nu.
hoistCell :: (forall x . () => m1 x -> m2 x) -> Cell m1 a b -> Cell m2 a bessence-of-live-coding LiveCoding.Cell Hoist a Cell along a monad morphism.
-
essence-of-live-coding LiveCoding.Cell.Monad Apply a transformation of stateful Kleisli morphisms to a cell.
-
essence-of-live-coding LiveCoding.Cell.Monad Apply a transformation of Kleisli morphisms to a cell.
-
essence-of-live-coding LiveCoding.Cell.Monad Apply a monad morphism that also transforms the output to a cell.
hoistLiveProgram :: (forall a . () => m1 a -> m2 a) -> LiveProgram m1 -> LiveProgram m2essence-of-live-coding LiveCoding.LiveProgram No documentation available.
-
ghc-lib-parser GHC.Data.Stream Hoist the underlying Stream effect Note this is not very efficience since, just like mapAccumL_, it also needs to traverse and rebuild the whole stream.
hoistFlag :: (forall a . () => m a -> n a) -> Flag m -> Flag nghc-lib-parser GHC.Driver.CmdLine No documentation available.
hoistDsMessage :: Monad m => m (Messages DsMessage, a) -> m (Messages GhcMessage, a)ghc-lib-parser GHC.Driver.Errors.Types Abstracts away the frequent pattern where we are calling ioMsgMaybe on the result of 'IO (Messages DsMessage, a)'.
hoistTcRnMessage :: Monad m => m (Messages TcRnMessage, a) -> m (Messages GhcMessage, a)ghc-lib-parser GHC.Driver.Errors.Types Abstracts away the frequent pattern where we are calling ioMsgMaybe on the result of 'IO (Messages TcRnMessage, a)'.