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.
readFile :: (Encoding e, ?enc :: e) => FilePath -> IO Stringencoding System.IO.Encoding No documentation available.
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.
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.
readEventLogOrFail :: ByteString -> Either String EventLogghc-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.
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.
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.
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.
readExtension :: String -> Maybe Extensionghc-lib-parser-ex Language.Haskell.GhclibParserEx.GHC.Driver.Session Parse a GHC extension.
readyStateChange :: (IsDocument self, IsEventTarget self) => EventName self Eventghcjs-dom GHCJS.DOM.Document readDec' :: (Num a, Eq a) => String -> ahappstack-server Happstack.Server.Internal.Types No documentation available.