Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. qReadFileString :: FilePath -> Q String

    th-utilities TH.RelativePaths

    Reads a file as a String. The path is specified relative to the package's root directory, and addDependentfile is invoked on the target file.

  2. qReadFileText :: FilePath -> Q Text

    th-utilities TH.RelativePaths

    Reads a file as a strict Text. The path is specified relative to the package's root directory, and addDependentfile is invoked on the target file.

  3. siReadFile :: SystemInterface (m :: Type -> Type) -> Maybe Bool -> String -> m (Either ErrorMessage String)

    ShellCheck ShellCheck.Interface

    Given: What annotations say about including external files (if anything) A resolved filename from siFindSource Read the file or return an error

  4. hppReadFile :: forall (m :: Type -> Type) src . Monad m => Int -> FilePath -> HppT src m src

    hpp Hpp.Types

    hppReadFile lineNumber fileName introduces an #include fileName at the given line number.

  5. pattern ParameterMetadata_ParamType_GCSREADFILE :: ParameterMetadata_ParamType

    gogol-dataflow Gogol.Dataflow

    The parameter specifies a Cloud Storage file path to read from.

  6. pattern ParameterMetadata_ParamType_GCSREADFILE :: ParameterMetadata_ParamType

    gogol-dataflow Gogol.Dataflow.Types

    The parameter specifies a Cloud Storage file path to read from.

  7. safeReadFile :: FilePath -> IO (Either String ByteString)

    ogma-extra Data.ByteString.Extra

    Safely read a file into a lazy ByteString, returning a Left error message if the file cannot be opened.

  8. safeReadFile :: FilePath -> IO (Either String String)

    ogma-extra Data.String.Extra

    Safely read a file into a String, returning a Left error message if the file cannot be opened.

Page 18 of many | Previous | Next