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.
throwInternalNulError :: FilePath -> IO aghc-internal GHC.Internal.System.Posix.Internals No documentation available.
showException :: Show e => e -> IO Stringextra 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.
showException :: Show e => e -> IO Stringextra 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.
readFile :: MonadIO m => FilePath -> m Stringrelude Relude.Lifted.File Warning: readFile depends on the system's locale settings and can throw unexpected exceptions.Use readFileBS or readFileLBS instead.
readFile' :: MonadIO m => FilePath -> m Stringrelude Relude.Lifted.File Warning: readFile' depends on the system's locale settings and can throw unexpected exceptions.Use readFileBS or readFileLBS instead.
getPkgXmlFromZip :: (MonadError String m, MonadIO m) => FilePath -> m Stringepub-metadata Codec.Epub.IO Get the contents of the epub Package Document from an epub (zip) file
liveinit :: Monad m => p -> m Stringessence-of-live-coding LiveCoding.GHCi Initialise a launched program in the store, but don't start it.
livestep :: Monad m => p -> m Stringessence-of-live-coding LiveCoding.GHCi Run one program step, assuming you have a launched program in a variable launchedProgram.
livelaunch :: Monad m => p -> m Stringessence-of-live-coding LiveCoding.GHCi Launch or restart a program and save its reference in the store.
livereload :: Monad m => p -> m Stringessence-of-live-coding LiveCoding.GHCi Reload the code and do hot code swap and migration.