Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-internal GHC.Internal.Text.Read equivalent to readsPrec with a precedence of 0.
readsPrec :: Read a => Int -> ReadS aghc-internal GHC.Internal.Text.Read attempts to parse a value from the front of the string, returning a list of (parsed value, remaining string) pairs. If there is no successful parse, the returned list is empty. Derived instances of Read and Show satisfy the following:
That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.readBinP :: (Eq a, Num a) => ReadP aghc-internal GHC.Internal.Text.Read.Lex No documentation available.
readDecP :: (Eq a, Num a) => ReadP aghc-internal GHC.Internal.Text.Read.Lex No documentation available.
readHexP :: (Eq a, Num a) => ReadP aghc-internal GHC.Internal.Text.Read.Lex No documentation available.
readIntP :: Num a => a -> (Char -> Bool) -> (Char -> Int) -> ReadP aghc-internal GHC.Internal.Text.Read.Lex No documentation available.
readOctP :: (Eq a, Num a) => ReadP aghc-internal GHC.Internal.Text.Read.Lex No documentation available.
readLine :: (HasCallStack, MonadIO m) => Ptr () -> String -> m Int32gi-pango GI.Pango.Functions Deprecated: (Since version 1.38)
readonly :: Name -> Text -> (Pusher e b, a -> b) -> Member e fn ahslua-packaging HsLua.Packaging.UDType Creates a read-only object property. Attempts to set the value will cause an error.
readonly' :: Name -> TypeSpec -> Text -> (Pusher e b, a -> b) -> Member e fn ahslua-packaging HsLua.Packaging.UDType Creates a read-only object property. Attempts to set the value will cause an error.