Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
yaya Yaya.Functor This isn’t a Functor instance because of the position of the a, but you can use it like: > newtype List a = List (Mu (XNor a)) > instance Functor List where > fmap f (List mu) = List (firstMap f mu)
bulletListMarker :: forall (m :: Type -> Type) il bl . Monad m => BlockParser m il bl ListTypecommonmark Commonmark.Blocks No documentation available.
orderedListMarker :: forall (m :: Type -> Type) il bl . Monad m => BlockParser m il bl ListTypecommonmark Commonmark.Blocks No documentation available.
-
contiguous Data.Primitive.Contiguous Convert a list into a mutable array of the given length.
-
contiguous Data.Primitive.Contiguous Given an Int that is representative of the length of the list, convert the list into a mutable array of the given length. Note: calls error if the given length is incorrect.
-
contiguous Data.Primitive.Contiguous Convert a mutable array to a list.
MustMapARecord :: Expr s a -> Expr s a -> TypeMessage s adhall Dhall.TypeCheck No documentation available.
MustMergeARecord :: Expr s a -> Expr s a -> TypeMessage s adhall Dhall.TypeCheck No documentation available.
MustMergeUnionOrOptional :: Expr s a -> Expr s a -> TypeMessage s adhall Dhall.TypeCheck No documentation available.
-
effectful-core Effectful.Exception The thread is waiting to retry an STM transaction, but there are no other references to any TVars involved, so it can't ever continue.