Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
hoistNewlines :: (h -> t) -> (t -> h) -> Newlines h -> Newlines tginger Text.Ginger.Run.Type Hoist a Newlines onto a different output type. You don't normally need to use this directly; see hoistRun and/or hoistContext.
-
ginger Text.Ginger.Run.Type Hoist a Run action onto a different output type. hoistRun fwd rev action hoists the action from Run p m h a to Run p m t a, applying fwd and rev to convert between the output types.
-
ginger Text.Ginger.Run.Type Hoist a RunState onto a different output type. You don't normally need to use this directly; see hoistRun and/or hoistContext.
-
reflex-dom-core Reflex.Dom.Builder.Static No documentation available.
-
reflex-dom-core Reflex.Dom.Builder.Static No documentation available.
hoistMaybe :: forall (f :: Type -> Type) a . Applicative f => Maybe a -> MaybeT f acabal-gild CabalGild.Unstable.Action.EvaluatePragmas This was added in transformers-0.6.0.0. See https://hub.darcs.net/ross/transformers/issue/49.
hoistCauldron :: (forall x . () => m x -> n x) -> Cauldron m -> Cauldron ncauldron Cauldron -
cauldron Cauldron More general form of hoistCauldron that lets you modify the Args inside all the Recipes in the Cauldron. See hoistRecipe'.
hoistConstructor :: (forall x . () => m x -> n x) -> Constructor m bean -> Constructor n beancauldron Cauldron Change the monad in which the Constructor's effects take place.
-
cauldron Cauldron More general form of hoistConstructor that enables precise control over the inner Args.