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. livestop :: Monad m => p -> m String

    essence-of-live-coding LiveCoding.GHCi

    Stop the program.

  2. storableCast :: (Storable a, Storable b) => a -> IO b

    bindings-DSL Bindings.Utilities

    storableCast works like storableCastArray, except that it takes a single value and returns a single value.

  3. decodeFile :: Binary a => FilePath -> IO a

    binary Data.Binary

    Decode a value from a file. In case of errors, error will be called with the error message.

  4. readYamlFile :: FromYaml a => FilePath -> IO a

    yaml Data.Yaml.Parser

    No documentation available.

  5. safeShowException :: Exception e => e -> IO String

    ghc GHC.Utils.Panic

    Show an exception which can possibly throw other exceptions. Used when displaying exception thrown within TH code.

  6. safeShowException :: Exception e => e -> IO String

    ghc-lib-parser GHC.Utils.Panic

    Show an exception which can possibly throw other exceptions. Used when displaying exception thrown within TH code.

  7. writePublicKey :: PublicKey key => key -> IO String

    HsOpenSSL OpenSSL.PEM

    writePublicKey pubkey writes a public to PEM string.

  8. readFileDeserialise :: Serialise a => FilePath -> IO a

    serialise Codec.Serialise

    Read the specified file (internally, by reading a ByteString) and attempt to decode it into a Haskell value using deserialise (the type of which is determined by the choice of the result type). Throws: DeserialiseFailure if the file fails to deserialise properly.

  9. readFileDeserialise :: Serialise a => FilePath -> IO a

    serialise Codec.Serialise.IO

    Read the specified file (internally, by reading a ByteString) and attempt to decode it into a Haskell value using deserialise (the type of which is determined by the choice of the result type). Throws: DeserialiseFailure if the file fails to deserialise properly.

  10. fReadXml :: XmlContent a => FilePath -> IO a

    HaXml Text.XML.HaXml.XmlContent

    Read an XML document from a file and convert it to a fully-typed Haskell value.

Page 7 of many | Previous | Next