Hoogle Search

Within LTS Haskell 24.7 (ghc-9.10.2)

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

  1. readFile :: FilePath -> IO String

    xmonad-contrib XMonad.Config.Prime

    The readFile function reads a file and returns the contents of the file as a string. The file is read lazily, on demand, as with getContents.

  2. throwInternalNulError :: FilePath -> IO a

    ghc-internal GHC.Internal.System.Posix.Internals

    No documentation available.

  3. showException :: Show e => e -> IO String

    extra Control.Exception.Extra

    Show a value, but if the result contains exceptions, produce <Exception>. Defined as stringException . show. Particularly useful for printing exceptions to users, remembering that exceptions can themselves contain undefined values.

  4. showException :: Show e => e -> IO String

    extra Extra

    Show a value, but if the result contains exceptions, produce <Exception>. Defined as stringException . show. Particularly useful for printing exceptions to users, remembering that exceptions can themselves contain undefined values.

  5. readFile :: MonadIO m => FilePath -> m String

    relude Relude.Lifted.File

    Warning: readFile depends on the system's locale settings and can throw unexpected exceptions.Use readFileBS or readFileLBS instead.

  6. readFile' :: MonadIO m => FilePath -> m String

    relude Relude.Lifted.File

    Warning: readFile' depends on the system's locale settings and can throw unexpected exceptions.Use readFileBS or readFileLBS instead.

  7. getPkgXmlFromZip :: (MonadError String m, MonadIO m) => FilePath -> m String

    epub-metadata Codec.Epub.IO

    Get the contents of the epub Package Document from an epub (zip) file

  8. liveinit :: Monad m => p -> m String

    essence-of-live-coding LiveCoding.GHCi

    Initialise a launched program in the store, but don't start it.

  9. livestep :: Monad m => p -> m String

    essence-of-live-coding LiveCoding.GHCi

    Run one program step, assuming you have a launched program in a variable launchedProgram.

  10. livelaunch :: Monad m => p -> m String

    essence-of-live-coding LiveCoding.GHCi

    Launch or restart a program and save its reference in the store.

Page 6 of many | Previous | Next