Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. isDbOpenReadMode :: forall (mode :: DbMode) t . DbOpenMode mode t -> Bool

    ghc-lib-parser GHC.Unit.Database

    No documentation available.

  2. newtype BinaryReader s

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  3. BinaryReader :: (ReadBinHandle -> IO s) -> BinaryReader s

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  4. data SomeBinaryReader

    ghc-lib-parser GHC.Utils.Binary

    Existential for BinaryReader with a type witness.

  5. addReaderToUserData :: Typeable a => BinaryReader a -> ReadBinHandle -> ReadBinHandle

    ghc-lib-parser GHC.Utils.Binary

    Add SomeBinaryReader as a known binary decoder. If a BinaryReader for the associated type already exists in ReaderUserData, it is overwritten.

  6. fbd_readerUserData :: FullBinData -> ReaderUserData

    ghc-lib-parser GHC.Utils.Binary

    ReaderUserData that can be used to resume reading.

  7. findUserDataReader :: Typeable a => Proxy a -> ReadBinHandle -> BinaryReader a

    ghc-lib-parser GHC.Utils.Binary

    Find the BinaryReader for the Binary instance for the type identified by 'Proxy a'. If no BinaryReader has been configured before, this function will panic.

  8. getReaderUserData :: ReadBinHandle -> ReaderUserData

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  9. initFastStringReaderTable :: IO (ReaderTable FastString)

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  10. mkReader :: (ReadBinHandle -> IO s) -> BinaryReader s

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

Page 571 of many | Previous | Next