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.
mkReaderFromTable :: ReaderTable a -> SymbolTable a -> BinaryReader aghc-lib-parser GHC.Utils.Binary Given the table from getTable, create a BinaryReader that reads values only from the SymbolTable.
mkReaderUserData :: [SomeBinaryReader] -> ReaderUserDataghc-lib-parser GHC.Utils.Binary No documentation available.
mkSomeBinaryReader :: Typeable a => BinaryReader a -> SomeBinaryReaderghc-lib-parser GHC.Utils.Binary No documentation available.
newReadState :: (ReadBinHandle -> IO Name) -> (ReadBinHandle -> IO FastString) -> ReaderUserDataghc-lib-parser GHC.Utils.Binary No documentation available.
noReaderUserData :: ReaderUserDataghc-lib-parser GHC.Utils.Binary No documentation available.
setReaderUserData :: ReadBinHandle -> ReaderUserData -> ReadBinHandleghc-lib-parser GHC.Utils.Binary No documentation available.
simpleBindingNameReader :: BinaryReader Name -> BinaryReader BindingNameghc-lib-parser GHC.Utils.Binary No documentation available.
thawReadHandle :: ReadBinHandle -> IO WriteBinHandleghc-lib-parser GHC.Utils.Binary No documentation available.
ThreadKilled :: AsyncExceptionghc-lib-parser GHC.Utils.Exception This exception is raised by another thread calling killThread, or by the system if it needs to terminate the thread for some reason.
makeThreadSafe :: Logger -> IO Loggerghc-lib-parser GHC.Utils.Logger Make the logger thread-safe