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. mkReaderFromTable :: ReaderTable a -> SymbolTable a -> BinaryReader a

    ghc-lib-parser GHC.Utils.Binary

    Given the table from getTable, create a BinaryReader that reads values only from the SymbolTable.

  2. mkReaderUserData :: [SomeBinaryReader] -> ReaderUserData

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  3. mkSomeBinaryReader :: Typeable a => BinaryReader a -> SomeBinaryReader

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  4. newReadState :: (ReadBinHandle -> IO Name) -> (ReadBinHandle -> IO FastString) -> ReaderUserData

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  5. noReaderUserData :: ReaderUserData

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  6. setReaderUserData :: ReadBinHandle -> ReaderUserData -> ReadBinHandle

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  7. simpleBindingNameReader :: BinaryReader Name -> BinaryReader BindingName

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  8. thawReadHandle :: ReadBinHandle -> IO WriteBinHandle

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  9. ThreadKilled :: AsyncException

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

  10. makeThreadSafe :: Logger -> IO Logger

    ghc-lib-parser GHC.Utils.Logger

    Make the logger thread-safe

Page 572 of many | Previous | Next