Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. ForeignFunctionInterface :: KnownExtension

    haskell-src-exts Language.Haskell.Exts.Extension

    • GHC § 8 Enable the Foreign Function Interface. In GHC, implements the standard Haskell 98 Foreign Function Interface Addendum, plus some GHC-specific extensions.

  2. ForExp :: l -> CallConv l -> Maybe String -> Name l -> Type l -> Decl l

    haskell-src-exts Language.Haskell.Exts.Syntax

    A foreign export declaration

  3. ForImp :: l -> CallConv l -> Maybe (Safety l) -> Maybe String -> Name l -> Type l -> Decl l

    haskell-src-exts Language.Haskell.Exts.Syntax

    A foreign import declaration

  4. data FormatError

    postgresql-simple Database.PostgreSQL.Simple

    Exception thrown if a Query could not be formatted correctly. This may occur if the number of '?' characters in the query string does not match the number of parameters provided.

  5. FormatError :: String -> Query -> [ByteString] -> FormatError

    postgresql-simple Database.PostgreSQL.Simple

    No documentation available.

  6. ForeignKeyViolation :: ByteString -> ByteString -> ConstraintViolation

    postgresql-simple Database.PostgreSQL.Simple.Errors

    Table name and name of violated constraint

  7. data Format

    postgresql-simple Database.PostgreSQL.Simple.FromField

    No documentation available.

  8. data FormatError

    postgresql-simple Database.PostgreSQL.Simple.Internal

    Exception thrown if a Query could not be formatted correctly. This may occur if the number of '?' characters in the query string does not match the number of parameters provided.

  9. FormatError :: String -> Query -> [ByteString] -> FormatError

    postgresql-simple Database.PostgreSQL.Simple.Internal

    No documentation available.

  10. data ForeignKeyViolation

    persistent-sqlite Database.Persist.Sqlite

    Data type for reporting foreign key violations using checkForeignKeys.

Page 265 of many | Previous | Next