Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

    gi-pango GI.Pango.Functions

    Deprecated: (Since version 1.38)

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

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

  10. readM :: (Manifest r e, Index ix, PrimMonad m, MonadThrow m) => MArray (PrimState m) r ix e -> ix -> m e

    massiv Data.Massiv.Array.Mutable

    O(1) - Same as read, but throws IndexOutOfBoundsException on an invalid index.

Page 198 of many | Previous | Next