Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readsPrec :: Read a => Int -> ReadS afaktory Faktory.Prelude attempts to parse a value from the front of the string, returning a list of (parsed value, remaining string) pairs. If there is no successful parse, the returned list is empty. Derived instances of Read and Show satisfy the following:
That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.readReply :: IO ByteString -> IO (Either String (Maybe ByteString))faktory Faktory.Protocol No documentation available.
readHDUs :: ByteString -> Either String [HeaderDataUnit]fits-parse Data.Fits.Read Parse and read all HDUs in the input string
readPrimaryHDU :: ByteString -> Either String HeaderDataUnitfits-parse Data.Fits.Read Parse and read only the Primary HDU from the input string
readTBFQueue :: TBFQueue a -> STM aflush-queue Control.Concurrent.STM.TBFQueue Amortized O(1) - Pop an element from the queue. Will block if queue is empty.
readNum :: forall a s (m :: Type -> Type) st . (Num a, Stream s m Char) => ParsecT s st m afuzzy-dates Data.Dates.Parsing.Internal No documentation available.
readGroundPosition :: Ellipsoid e => e -> String -> Maybe (Geodetic e)geodetics Geodetics.Geodetic Read the latitude and longitude of a ground position and return a Geodetic position on the specified ellipsoid. The latitude and longitude may be in any of the following formats. The comma between latitude and longitude is optional in all cases. Latitude must always be first.
- Signed decimal degrees: 34.52327, -46.23234
- Decimal degrees NSEW: 34.52327N, 46.23234W
- Degrees and decimal minutes (units optional): 34° 31.43' N, 46° 13.92' W
- Degrees, minutes and seconds (units optional): 34° 31' 23.52" N, 46° 13' 56.43" W
- DDDMMSS format with optional leading zeros: 343123.52N, 0461356.43W
readmeForR :: forall (k :: RW) . Name Owner -> Name Repo -> Request k Contentgithub GitHub No documentation available.
readmeForR :: forall (k :: RW) . Name Owner -> Name Repo -> Request k Contentgithub GitHub.Endpoints.Repos.Contents No documentation available.
readContextFile :: FilePath -> IO (Maybe Context)glabrous Text.Glabrous Get a Context from a JSON file.