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.
read :: (PrimMonad m, MVector v a) => v (PrimState m) a -> Int -> m afixed-vector Data.Vector.Fixed.Mutable Read value at index with bound checks.
-
mixed-types-num Numeric.MixedTypes.PreludeHiding The read function reads input from a string, which must be completely consumed by the input process. read fails with an error if the parse is unsuccessful, and it is therefore discouraged from being used in real applications. Use readMaybe or readEither for safe alternatives.
>>> read "123" :: Int 123
>>> read "hello" :: Int *** Exception: Prelude.read: no parse
read :: PrimMonad m => NonEmptyMVector (PrimState m) a -> Int -> m anonempty-vector Data.Vector.NonEmpty.Mutable Yield the element at the given position.
read :: Buffer -> IO (Maybe ByteString)pdf-toolbox-core Pdf.Core.IO.Buffer No documentation available.
read :: MonadIO m => Ref a -> m areactive-banana Reactive.Banana.Prim.Low.Ref No documentation available.
-
LambdaHack Game.LambdaHack.Core.Prelude The read function reads input from a string, which must be completely consumed by the input process. read fails with an error if the parse is unsuccessful, and it is therefore discouraged from being used in real applications. Use readMaybe or readEither for safe alternatives.
>>> read "123" :: Int 123
>>> read "hello" :: Int *** Exception: Prelude.read: no parse
read :: SampleFmt y => Handle y -> Ptr y -> Size -> IO Sizealsa-pcm Sound.ALSA.PCM.Node.File This expects pad bytes that are needed in memory in order to satisfy aligment constraints. This is only a problem for samples sizes like 24 bit.
-
sbv Documentation.SBV.Examples.Puzzles.AOC_2021_24 Reading a value. For a register, we simply look it up in the environment. For an immediate, we simply return it.
read :: forall (m :: Type -> Type) a . (Monad m, Unbox a) => Array a -> Stream m astreamly-core Streamly.Data.Array Convert an Array into a stream. Pre-release
read :: forall (m :: Type -> Type) a . Monad m => Array a -> Stream m astreamly-core Streamly.Data.Array.Generic No documentation available.