Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data Format

    postgresql-simple Database.PostgreSQL.Simple.FromField

    No documentation available.

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

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

    postgresql-simple Database.PostgreSQL.Simple.Internal

    No documentation available.

  4. data ForeignKeyViolation

    persistent-sqlite Database.Persist.Sqlite

    Data type for reporting foreign key violations using checkForeignKeys.

  5. ForeignKeyViolation :: Text -> Text -> Int64 -> ForeignKeyViolation

    persistent-sqlite Database.Persist.Sqlite

    No documentation available.

  6. Format :: GeneralCategory

    rio RIO.Char

    Cf: Other, Format

  7. class FormatTime t

    rio RIO.Time

    No documentation available.

  8. data Form

    HTTP Network.Browser

    No documentation available.

  9. Form :: RequestMethod -> URI -> [FormVar] -> Form

    HTTP Network.Browser

    No documentation available.

  10. type FormVar = (String, String)

    HTTP Network.Browser

    No documentation available.

Page 266 of many | Previous | Next