Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readFile :: (Encoding e, ?enc :: e) => FilePath -> IO String

    encoding System.IO.Encoding

    No documentation available.

  2. readEventLogFromFile :: FilePath -> IO (Either String EventLog)

    ghc-events GHC.RTS.Events

    Read an entire event log file. It returns an error message if it encounters an error while decoding. Note that it doesn't fail if it consumes all input in the middle of decoding of an event.

  3. readEventLog :: ByteString -> Either String (EventLog, Maybe String)

    ghc-events GHC.RTS.Events.Incremental

    Read an entire event log from a lazy bytestring. It returns an error message if it encounters an error while decoding. Note that it doesn't fail if it consumes all input in the middle of decoding of an event.

  4. readEventLogOrFail :: ByteString -> Either String EventLog

    ghc-events GHC.RTS.Events.Incremental

    Read an entire event log from a lazy bytestring. It returns an error message if it encounters an error while decoding. This will raise an error if a malformed event is encountered during decoding.

  5. readEvents :: Header -> ByteString -> ([Event], Maybe String)

    ghc-events GHC.RTS.Events.Incremental

    Read events from a lazy bytestring. It returns an error message if it encounters an error while decoding the header. Note that it doesn't fail if it consumes all input in the middle of decoding of an event.

  6. readEvents' :: Header -> ByteString -> [Either String Event]

    ghc-events GHC.RTS.Events.Incremental

    Read events from a lazy bytestring. It returns an error message if it encounters an error while decoding the header. Note that it doesn't fail if it consumes all input in the middle of decoding of an event.

  7. readHeader :: ByteString -> Either String (Header, ByteString)

    ghc-events GHC.RTS.Events.Incremental

    Read a header from a lazy bytestring and return the header and the leftover input for subsequent decoding. Note that the input must contain a whole header in one go. If incremental parsing of a header is necessary, use decodeHeader instead.

  8. readExtension :: String -> Maybe Extension

    ghc-lib-parser-ex Language.Haskell.GhclibParserEx.GHC.Driver.Session

    Parse a GHC extension.

  9. readyStateChange :: (IsDocument self, IsEventTarget self) => EventName self Event

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.onreadystatechange documentation

  10. readDec' :: (Num a, Eq a) => String -> a

    happstack-server Happstack.Server.Internal.Types

    No documentation available.

Page 235 of many | Previous | Next