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.
hoistDec :: forall (f :: Type -> Type) (g :: Type -> Type) . (f ~> g) -> Dec f ~> Dec gfunctor-combinators Data.Functor.Contravariant.Divisible.Free Map over the underlying context in a Dec.
hoistDec1 :: forall (f :: Type -> Type) (g :: Type -> Type) . (f ~> g) -> Dec1 f ~> Dec1 gfunctor-combinators Data.Functor.Contravariant.Divisible.Free Map over the undering context in a Dec1.
hoistDiv :: forall (f :: Type -> Type) (g :: Type -> Type) . (f ~> g) -> Div f ~> Div gfunctor-combinators Data.Functor.Contravariant.Divisible.Free Map over the undering context in a Div.
hoistDiv1 :: forall (f :: Type -> Type) (g :: Type -> Type) . (f ~> g) -> Div1 f ~> Div1 gfunctor-combinators Data.Functor.Contravariant.Divisible.Free Map over the underlying context in a Div1.
hoistTransform :: (forall x . () => m x -> n x) -> TransformT m a -> TransformT n aghc-exactprint Language.Haskell.GHC.ExactPrint.Transform Change inner monad of TransformT.
-
ginger Text.Ginger.Run Hoist a context onto a different output type. hoistContext fwd rev context returns a context over a different output type, applying the fwd and rev projections to convert between the original and desired output types.
hoistNewlines :: (h -> t) -> (t -> h) -> Newlines h -> Newlines tginger Text.Ginger.Run 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 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 Hoist a RunState 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 context onto a different output type. hoistContext fwd rev context returns a context over a different output type, applying the fwd and rev projections to convert between the original and desired output types.