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.
readInputStream :: Serializable a => InputStream a -> Process adistributed-process-extras Control.Distributed.Process.Extras.Internal.Unsafe Read from an InputStream. This is a blocking operation.
readAtom :: Element -> Maybe Feedfeed Text.Feed.Import 'readAtom elt' tries to derive an Atom feed document from the XML element e.
readRSS1 :: Element -> Maybe Feedfeed Text.Feed.Import 'readRSS1 elt' tries to derive an RSS1.0 feed document from the XML element e.
readRSS2 :: Element -> Maybe Feedfeed Text.Feed.Import 'readRSS2 elt' tries to derive an RSS2.x, RSS-0.9x feed document from the XML element e.
readBool :: Text -> Maybe Boolfeed Text.RSS.Import No documentation available.
readInt :: Text -> Maybe Integerfeed Text.RSS.Import No documentation available.
readFile :: FilePath -> IO (UArray Word8)foundation Foundation.IO Read a binary file and return the whole content in one contiguous buffer.
readDouble :: String -> Maybe Doublefoundation Foundation.String.Read Try to read a Double
readFloatingExact :: String -> ReadFloatingCallback a -> Maybe afoundation Foundation.String.Read Read an Floating like number of the form:
Call a function with:- A boolean representing if the number is negative
- The digits part represented as a single natural number (123.456 is represented as 123456)
- The number of digits in the fractional part (e.g. 123.456 => 3)
- The exponent if any
readInteger :: String -> Maybe Integerfoundation Foundation.String.Read No documentation available.