Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. throwInternalNulError :: FilePath -> IO a

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

    No documentation available.

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

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

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

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

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

    essence-of-live-coding LiveCoding.GHCi

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

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

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

    essence-of-live-coding LiveCoding.GHCi

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

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

    essence-of-live-coding LiveCoding.GHCi

    Reload the code and do hot code swap and migration.

Page 6 of many | Previous | Next