Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readTextFile :: FilePath -> IO Textsystem-fileio Filesystem Read in the entire content of a text file. This computation throws IOError on failure. See “Classifying I/O errors” in the System.IO.Error documentation for information on why the failure occured.
readTextFile :: FilePath -> IO Textturtle Turtle.Prelude Deprecated: Use Data.Text.IO.readFile instead
readable :: Permissions -> Permissionsturtle Turtle.Prelude +r
readline :: MonadIO io => io (Maybe Line)turtle Turtle.Prelude Read in a line from stdin Returns Nothing if at end of input
readlink :: MonadIO io => FilePath -> io FilePathturtle Turtle.Prelude Get the path pointed to by a symlink
readonly :: MonadManaged managed => FilePath -> managed Handleturtle Turtle.Prelude -
STMonadTrans Control.Monad.ST.Trans Retrieves an element from the array
readSTRef :: forall (m :: Type -> Type) s a . Applicative m => STRef s a -> STT s m aSTMonadTrans Control.Monad.ST.Trans Reads the value of a reference
readComponentCount :: forall c m . MonadIO m => ComponentCounter c -> m (ComponentCount c)apecs Apecs.Experimental.Reactive No documentation available.
reader :: forall w (m :: Type -> Type) r a s . (Monoid w, Monad m) => (r -> a) -> RWST r w s m aautomaton Data.Automaton.Trans.RWS Constructor for computations in the reader monad (equivalent to asks).