Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. read :: forall (v :: Type -> Type -> Type) (n :: Nat) m a . (PrimMonad m, MVector v a) => MVector v n (PrimState m) a -> Finite n -> m a

    vector-sized Data.Vector.Generic.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Finite.

  2. read :: forall (n :: Nat) m a . PrimMonad m => MVector n (PrimState m) a -> Finite n -> m a

    vector-sized Data.Vector.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Finite.

  3. read :: forall (n :: Nat) m a . (PrimMonad m, Prim a) => MVector n (PrimState m) a -> Finite n -> m a

    vector-sized Data.Vector.Primitive.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Finite.

  4. read :: forall (n :: Nat) m a . (PrimMonad m, Storable a) => MVector n (PrimState m) a -> Finite n -> m a

    vector-sized Data.Vector.Storable.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Finite.

  5. read :: forall (n :: Nat) m a . (PrimMonad m, Unbox a) => MVector n (PrimState m) a -> Finite n -> m a

    vector-sized Data.Vector.Unboxed.Mutable.Sized

    O(1) Yield the element at a given type-safe position using Finite.

  6. read :: (PrimMonad prim, PrimType ty) => MutableBlock ty (PrimState prim) -> Offset ty -> prim ty

    basement Basement.Block.Mutable

    read a cell in a mutable array. If the index is out of bounds, an error is raised.

  7. read :: PrimMonad prim => MArray ty (PrimState prim) -> Offset ty -> prim ty

    basement Basement.BoxedArray

    read a cell in a mutable array. If the index is out of bounds, an error is raised.

  8. read :: (PrimMonad prim, PrimType ty) => MUArray ty (PrimState prim) -> Offset ty -> prim ty

    basement Basement.UArray.Mutable

    read a cell in a mutable array. If the index is out of bounds, an error is raised.

  9. read :: Counter -> IO Int64

    ekg-core System.Metrics.Counter

    Get the current value of the counter.

  10. read :: Distribution -> IO Stats

    ekg-core System.Metrics.Distribution

    Get the current statistical summary for the event being tracked.

Page 3 of many | Previous | Next