Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readFile :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath.Internal

    Like readFile, but takes a PlatformPath instead of an OsPath.

  2. readFile' :: PlatformPath -> IO ByteString

    file-io System.File.PlatformPath.Internal

    Like readFile', but takes a PlatformPath instead of an OsPath.

  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 310 of many | Previous | Next