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.
-
vector-sized Data.Vector.Generic.Mutable.Sized O(1) Yield the element at a given type-safe position using Finite.
read :: forall (n :: Nat) m a . PrimMonad m => MVector n (PrimState m) a -> Finite n -> m avector-sized Data.Vector.Mutable.Sized O(1) Yield the element at a given type-safe position using Finite.
-
vector-sized Data.Vector.Primitive.Mutable.Sized O(1) Yield the element at a given type-safe position using Finite.
-
vector-sized Data.Vector.Storable.Mutable.Sized O(1) Yield the element at a given type-safe position using Finite.
-
vector-sized Data.Vector.Unboxed.Mutable.Sized O(1) Yield the element at a given type-safe position using Finite.
read :: (PrimMonad prim, PrimType ty) => MutableBlock ty (PrimState prim) -> Offset ty -> prim tybasement Basement.Block.Mutable read a cell in a mutable array. If the index is out of bounds, an error is raised.
read :: PrimMonad prim => MArray ty (PrimState prim) -> Offset ty -> prim tybasement Basement.BoxedArray read a cell in a mutable array. If the index is out of bounds, an error is raised.
read :: (PrimMonad prim, PrimType ty) => MUArray ty (PrimState prim) -> Offset ty -> prim tybasement Basement.UArray.Mutable read a cell in a mutable array. If the index is out of bounds, an error is raised.
-
ekg-core System.Metrics.Counter Get the current value of the counter.
read :: Distribution -> IO Statsekg-core System.Metrics.Distribution Get the current statistical summary for the event being tracked.