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.
qReadFileString :: FilePath -> Q Stringth-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.
qReadFileText :: FilePath -> Q Textth-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.
-
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
hppReadFile :: forall (m :: Type -> Type) src . Monad m => Int -> FilePath -> HppT src m srchpp Hpp.Types hppReadFile lineNumber fileName introduces an #include fileName at the given line number.
pattern
ParameterMetadata_ParamType_GCSREADFILE :: ParameterMetadata_ParamTypegogol-dataflow Gogol.Dataflow The parameter specifies a Cloud Storage file path to read from.
pattern
ParameterMetadata_ParamType_GCSREADFILE :: ParameterMetadata_ParamTypegogol-dataflow Gogol.Dataflow.Types The parameter specifies a Cloud Storage file path to read from.
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.
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.