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.

  1. reads :: Read a => ReadS a

    ghc-internal GHC.Internal.Text.Read

    equivalent to readsPrec with a precedence of 0.

  2. readsPrec :: Read a => Int -> ReadS a

    ghc-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.

  3. readBinP :: (Eq a, Num a) => ReadP a

    ghc-internal GHC.Internal.Text.Read.Lex

    No documentation available.

  4. readDecP :: (Eq a, Num a) => ReadP a

    ghc-internal GHC.Internal.Text.Read.Lex

    No documentation available.

  5. readHexP :: (Eq a, Num a) => ReadP a

    ghc-internal GHC.Internal.Text.Read.Lex

    No documentation available.

  6. readIntP :: Num a => a -> (Char -> Bool) -> (Char -> Int) -> ReadP a

    ghc-internal GHC.Internal.Text.Read.Lex

    No documentation available.

  7. readOctP :: (Eq a, Num a) => ReadP a

    ghc-internal GHC.Internal.Text.Read.Lex

    No documentation available.

  8. readLine :: (HasCallStack, MonadIO m) => Ptr () -> String -> m Int32

    gi-pango GI.Pango.Functions

    Deprecated: (Since version 1.38)

  9. readonly :: Name -> Text -> (Pusher e b, a -> b) -> Member e fn a

    hslua-packaging HsLua.Packaging.UDType

    Creates a read-only object property. Attempts to set the value will cause an error.

  10. readonly' :: Name -> TypeSpec -> Text -> (Pusher e b, a -> b) -> Member e fn a

    hslua-packaging HsLua.Packaging.UDType

    Creates a read-only object property. Attempts to set the value will cause an error.

Page 197 of many | Previous | Next