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.

  1. readTextFile :: FilePath -> IO Text

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

  2. readTextFile :: FilePath -> IO Text

    turtle Turtle.Prelude

    Deprecated: Use Data.Text.IO.readFile instead

  3. readable :: Permissions -> Permissions

    turtle Turtle.Prelude

    +r
    

  4. readline :: MonadIO io => io (Maybe Line)

    turtle Turtle.Prelude

    Read in a line from stdin Returns Nothing if at end of input

  5. readlink :: MonadIO io => FilePath -> io FilePath

    turtle Turtle.Prelude

    Get the path pointed to by a symlink

  6. readonly :: MonadManaged managed => FilePath -> managed Handle

    turtle Turtle.Prelude

    Acquire a Managed read-only Handle from a FilePath

  7. readSTArray :: forall i (m :: Type -> Type) s e . (Ix i, Applicative m) => STArray s i e -> i -> STT s m e

    STMonadTrans Control.Monad.ST.Trans

    Retrieves an element from the array

  8. readSTRef :: forall (m :: Type -> Type) s a . Applicative m => STRef s a -> STT s m a

    STMonadTrans Control.Monad.ST.Trans

    Reads the value of a reference

  9. readComponentCount :: forall c m . MonadIO m => ComponentCounter c -> m (ComponentCount c)

    apecs Apecs.Experimental.Reactive

    No documentation available.

  10. reader :: forall w (m :: Type -> Type) r a s . (Monoid w, Monad m) => (r -> a) -> RWST r w s m a

    automaton Data.Automaton.Trans.RWS

    Constructor for computations in the reader monad (equivalent to asks).

Page 230 of many | Previous | Next