Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. reader :: MonadReader r m => (r -> a) -> m a

    protolude Protolude

    Retrieves a function of the current environment.

  2. reads :: Read a => ReadS a

    protolude Protolude

    equivalent to readsPrec with a precedence of 0.

  3. readEvent :: MonadReadEvent t m => EventHandle t a -> m (Maybe (m a))

    reflex Reflex.Host.Class

    Read the value of an Event from an EventHandle (created by calling subscribeEvent). After event propagation is done, all events can be in two states: either they are firing with some value or they are not firing. In the former case, this function returns Just act, where act in an action to read the current value of the event. In the latter case, the function returns Nothing. This function is normally used in the calllback for fireEventsAndRead.

  4. readBehaviorTracked :: Behavior (x :: k) a -> BehaviorM x a

    reflex Reflex.Spider.Internal

    No documentation available.

  5. readXml :: XmlContent a => String -> Either String a

    HaXml Text.XML.HaXml.XmlContent

    Read a fully-typed XML document from a string.

  6. readXml :: XmlContent a => String -> Either String a

    HaXml Text.XML.HaXml.XmlContent.Haskell

    Read a fully-typed XML document from a string.

  7. readMIMETypes :: MIMETypeData -> Bool -> FilePath -> IO MIMETypeData

    MissingH Data.MIME.Types

    Read the given mime.types file and add it to an existing object. Returns new object.

  8. readSystemMIMETypes :: MIMETypeData -> IO MIMETypeData

    MissingH Data.MIME.Types

    Read the system's default mime.types files, and add the data contained therein to the passed object, then return the new one.

  9. read_header :: String -> Either GZipError (Header, String)

    MissingH System.FileArchive.GZip

    Read the GZip header. Return (Header, Remainder).

  10. read_section :: String -> Either GZipError (Section, String)

    MissingH System.FileArchive.GZip

    Read one section, returning (ThisSection, Remainder)

Page 201 of many | Previous | Next