Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. vectorFromList :: Storable a => [a] -> Array (ZeroBased Int) a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  2. vectorFromList :: (PrimMonad m, Storable a) => [a] -> m (Array m (ZeroBased Int) a)

    comfort-array Data.Array.Comfort.Storable.Mutable

    No documentation available.

  3. vectorFromList :: (PrimMonad m, Storable a) => [a] -> m (Array m (ZeroBased Int) a)

    comfort-array Data.Array.Comfort.Storable.Mutable.Private

    No documentation available.

  4. vectorFromList :: (PrimMonad m, Storable a) => [a] -> m (Array m (ZeroBased Int) a)

    comfort-array Data.Array.Comfort.Storable.Mutable.Unchecked

    No documentation available.

  5. vectorFromList :: Storable a => [a] -> Array (ZeroBased Int) a

    comfort-array Data.Array.Comfort.Storable.Private

    No documentation available.

  6. vectorFromList :: Storable a => [a] -> Array (ZeroBased Int) a

    comfort-array Data.Array.Comfort.Storable.Unchecked

    No documentation available.

  7. unsafeAttributesFromListIgnoringLimits :: [(Text, Attribute)] -> Attributes

    hs-opentelemetry-api OpenTelemetry.Attributes

    No documentation available.

  8. unsafeLogAttributesFromListIgnoringLimits :: [(Text, AnyValue)] -> LogAttributes

    hs-opentelemetry-api OpenTelemetry.LogAttributes

    No documentation available.

  9. vFromListN :: PrimType ty => CountOf ty -> [ty] -> UArray ty

    basement Basement.UArray

    Make an array from a list of elements with a size hint. The list should be of the same size as the hint, as otherwise:

    • The length of the list is smaller than the hint: the array allocated is of the size of the hint, but is sliced to only represent the valid bits
    • The length of the list is bigger than the hint: The allocated array is the size of the hint, and the list is truncated to fit.

  10. sFromList :: forall a (t :: [a]) . Sing t -> Sing (Apply (FromListSym0 :: TyFun [a] (NonEmpty a) -> Type) t)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

Page 66 of many | Previous | Next