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.
reader :: MonadReader r m => (r -> a) -> m aprotolude Protolude Retrieves a function of the current environment.
-
protolude Protolude equivalent to readsPrec with a precedence of 0.
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.
readBehaviorTracked :: Behavior (x :: k) a -> BehaviorM x areflex Reflex.Spider.Internal No documentation available.
readXml :: XmlContent a => String -> Either String aHaXml Text.XML.HaXml.XmlContent Read a fully-typed XML document from a string.
readXml :: XmlContent a => String -> Either String aHaXml Text.XML.HaXml.XmlContent.Haskell Read a fully-typed XML document from a string.
readMIMETypes :: MIMETypeData -> Bool -> FilePath -> IO MIMETypeDataMissingH Data.MIME.Types Read the given mime.types file and add it to an existing object. Returns new object.
readSystemMIMETypes :: MIMETypeData -> IO MIMETypeDataMissingH 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.
read_header :: String -> Either GZipError (Header, String)MissingH System.FileArchive.GZip Read the GZip header. Return (Header, Remainder).
read_section :: String -> Either GZipError (Section, String)MissingH System.FileArchive.GZip Read one section, returning (ThisSection, Remainder)