Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. bulletListMarker :: forall (m :: Type -> Type) il bl . Monad m => BlockParser m il bl ListType

    commonmark Commonmark.Blocks

    No documentation available.

  2. orderedListMarker :: forall (m :: Type -> Type) il bl . Monad m => BlockParser m il bl ListType

    commonmark Commonmark.Blocks

    No documentation available.

  3. fromListMutable :: forall (arr :: Type -> Type) a m . (Contiguous arr, Element arr a, PrimMonad m) => [a] -> m (Mutable arr (PrimState m) a)

    contiguous Data.Primitive.Contiguous

    Convert a list into a mutable array of the given length.

  4. fromListMutableN :: forall (arr :: Type -> Type) a m . (Contiguous arr, Element arr a, PrimMonad m) => Int -> [a] -> m (Mutable arr (PrimState m) a)

    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.

  5. toListMutable :: forall (arr :: Type -> Type) a m . (Contiguous arr, Element arr a, PrimMonad m) => Mutable arr (PrimState m) a -> m [a]

    contiguous Data.Primitive.Contiguous

    Convert a mutable array to a list.

  6. MustMapARecord :: Expr s a -> Expr s a -> TypeMessage s a

    dhall Dhall.TypeCheck

    No documentation available.

  7. MustMergeARecord :: Expr s a -> Expr s a -> TypeMessage s a

    dhall Dhall.TypeCheck

    No documentation available.

  8. MustMergeUnionOrOptional :: Expr s a -> Expr s a -> TypeMessage s a

    dhall Dhall.TypeCheck

    No documentation available.

  9. data BlockedIndefinitelyOnSTM

    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.

  10. BlockedIndefinitelyOnSTM :: BlockedIndefinitelyOnSTM

    effectful-core Effectful.Exception

    No documentation available.

Page 83 of many | Previous | Next