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.
isDbOpenReadMode :: forall (mode :: DbMode) t . DbOpenMode mode t -> Boolghc-lib-parser GHC.Unit.Database No documentation available.
-
ghc-lib-parser GHC.Utils.Binary No documentation available.
BinaryReader :: (ReadBinHandle -> IO s) -> BinaryReader sghc-lib-parser GHC.Utils.Binary No documentation available.
-
ghc-lib-parser GHC.Utils.Binary Existential for BinaryReader with a type witness.
addReaderToUserData :: Typeable a => BinaryReader a -> ReadBinHandle -> ReadBinHandleghc-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.
fbd_readerUserData :: FullBinData -> ReaderUserDataghc-lib-parser GHC.Utils.Binary ReaderUserData that can be used to resume reading.
findUserDataReader :: Typeable a => Proxy a -> ReadBinHandle -> BinaryReader aghc-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.
getReaderUserData :: ReadBinHandle -> ReaderUserDataghc-lib-parser GHC.Utils.Binary No documentation available.
initFastStringReaderTable :: IO (ReaderTable FastString)ghc-lib-parser GHC.Utils.Binary No documentation available.
mkReader :: (ReadBinHandle -> IO s) -> BinaryReader sghc-lib-parser GHC.Utils.Binary No documentation available.