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. readUnitDatabases :: Logger -> UnitConfig -> IO [UnitDatabase UnitId]

    ghc-lib-parser GHC.Unit.State

    No documentation available.

  2. readBinMem :: FilePath -> IO ReadBinHandle

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  3. readBinMemN :: Int -> FilePath -> IO (Maybe ReadBinHandle)

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  4. readHexFingerprint :: String -> Fingerprint

    ghc-lib-parser GHC.Utils.Fingerprint

    No documentation available.

  5. readHexRational :: String -> Rational

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

  6. readHexSignificandExponentPair :: String -> (Integer, Integer)

    ghc-lib-parser GHC.Utils.Misc

    Parse a string into a significand and exponent according to the "Hexadecimal Floats in Haskell" proposal. A trivial example might be: ghci> readHexSignificandExponentPair "0x1p+1" (1,1) Behaves similar to readSignificandExponentPair but the base is 16 and numbers are given in hexadecimal: ghci> readHexSignificandExponentPair "0xAp-4" (10,-4) ghci> readHexSignificandExponentPair "0x1.2p3" (18,-1)

  7. readRational :: String -> Rational

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

  8. readSignificandExponentPair :: String -> (Integer, Integer)

    ghc-lib-parser GHC.Utils.Misc

    Parse a string into a significand and exponent. A trivial example might be: ghci> readSignificandExponentPair "1E2" (1,2) In a more complex case we might return a exponent different than that which the user wrote. This is needed in order to use a Integer significand. ghci> readSignificandExponentPair "-1.11E5" (-111,3)

  9. readPipe :: Pipe -> Get a -> IO a

    ghc-lib-parser GHCi.Message

    No documentation available.

  10. readAttr :: (o -> IO a) -> ReadAttr o a

    glib System.Glib.Attributes

    Create a new read-only attribute.

Page 215 of many | Previous | Next