Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PostAligned :: a -> Filler -> PostAligned aflat Flat.Filler No documentation available.
-
flat Flat.Filler A Pre aligned value, a value preceded by a filler Useful to prealign ByteArrays, Texts and any structure that can be encoded more efficiently when byte aligned.
PreAligned :: Filler -> a -> PreAligned aflat Flat.Filler No documentation available.
-
formatn Data.FormatN 100,000% 100% 0.1%
module Control.Monad.Freer.
Par No documentation available.
pattern
Pure :: a -> Freer s sq f t afreer-par-monad Control.Monad.Freer.Par No documentation available.
pattern
ProdNonEmpty :: (f :*: ListF f) a -> NonEmptyF f afunctor-combinators Control.Applicative.ListF Treat a NonEmptyF f as a product between an f and a ListF f. nonEmptyProd is the record accessor.
pattern
ProdNonEmpty :: (f :*: ListF f) a -> NonEmptyF f afunctor-combinators Data.Functor.Combinator Treat a NonEmptyF f as a product between an f and a ListF f. nonEmptyProd is the record accessor.
data
ProxyF (f :: k) (a :: k1)functor-combinators Data.Functor.Combinator The functor combinator that forgets all structure in the input. Ignores the input structure and stores no information. Acts like the "zero" with respect to functor combinator composition.
ComposeT ProxyF f ~ ProxyF ComposeT f ProxyF ~ ProxyF
It can be injected into (losing all information), but it is impossible to ever retract or interpret it. This is essentially ConstF ().ProxyF :: ProxyF (f :: k) (a :: k1)functor-combinators Data.Functor.Combinator No documentation available.