Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
streaming Streaming.Prelude Make a stream of strings into a stream of parsed values, skipping bad cases
>>> S.sum_ $ S.read $ S.takeWhile (/= "total") S.stdinLn :: IO Int 1000<Enter> 2000<Enter> total<Enter> 3000
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.
-
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.
-
ekg-core System.Metrics.Counter Get the current value of the counter.