Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
zippers Control.Zipper.Internal This type family represents a Zipper with the p variable abstracting over the position and the index, in terms of :@. You can visually see it in type signatures as:
h :> (a :@ i) = Zipper h i a
-
zippers Control.Zipper.Internal Many zippers are indexed by Int keys. This type alias is convenient for reducing syntactic noise for talking about these boring indices.
-
zippers Control.Zipper.Internal An empty data type, used to represent the pairing of a position in a Zipper with an index. See :>.
-
bluefin Bluefin.Eff type (:&) :: Effects -> Effects -> Effects
Union of effects class (es1 :: Effects)
:> (es2 :: Effects)bluefin Bluefin.Eff Effect subset constraint
(
:#: ) :: a -> b -> Fragment a bclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
constrained-categories Control.Category.Constrained No documentation available.
-
constrained-categories Control.Category.Constrained.Prelude No documentation available.
-
deriving-trans Control.Monad.Trans.Compose.Stack run the next monad transformer on a stack
(
:.|> ) :: Stack -> ((Type -> Type) -> Type -> Type) -> Stackderiving-trans Control.Monad.Trans.Compose.Stack add a monad transformer to a stack