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.

  1. readsPrec :: Read a => Int -> ReadS a

    faktory 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.

  2. readReply :: IO ByteString -> IO (Either String (Maybe ByteString))

    faktory Faktory.Protocol

    No documentation available.

  3. readHDUs :: ByteString -> Either String [HeaderDataUnit]

    fits-parse Data.Fits.Read

    Parse and read all HDUs in the input string

  4. readPrimaryHDU :: ByteString -> Either String HeaderDataUnit

    fits-parse Data.Fits.Read

    Parse and read only the Primary HDU from the input string

  5. readTBFQueue :: TBFQueue a -> STM a

    flush-queue Control.Concurrent.STM.TBFQueue

    Amortized O(1) - Pop an element from the queue. Will block if queue is empty.

  6. readNum :: forall a s (m :: Type -> Type) st . (Num a, Stream s m Char) => ParsecT s st m a

    fuzzy-dates Data.Dates.Parsing.Internal

    No documentation available.

  7. 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

  8. readmeForR :: forall (k :: RW) . Name Owner -> Name Repo -> Request k Content

    github GitHub

    No documentation available.

  9. readmeForR :: forall (k :: RW) . Name Owner -> Name Repo -> Request k Content

    github GitHub.Endpoints.Repos.Contents

    No documentation available.

  10. readContextFile :: FilePath -> IO (Maybe Context)

    glabrous Text.Glabrous

    Get a Context from a JSON file.

Page 311 of many | Previous | Next