Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. ValidationTypeWhole :: ValidationExpression -> ValidationType

    xlsx Codec.Xlsx.Types.DataValidation

    No documentation available.

  2. ValidationError :: String -> HPKEError

    hpke Crypto.HPKE

    No documentation available.

  3. data ValidationResult

    hpqtypes-extras Database.PostgreSQL.PQTypes.Checks

    A (potentially empty) list of info/error messages.

  4. ValidationException :: DdbErrCode

    aws Aws.DynamoDb.Core

    No documentation available.

  5. ValidationFailed :: Map (FieldName names) e -> FormResult (names :: [Symbol]) e a

    forma Web.Forma

    Validation of a field failed. This is also fatal but we still try to validate other branches (fields) to collect as many validation errors as possible.

  6. newtype ValidationT e (m :: Type -> Type) a

    opt-env-conf OptEnvConf.Validation

    No documentation available.

  7. ValidationT :: m (Validation e a) -> ValidationT e (m :: Type -> Type) a

    opt-env-conf OptEnvConf.Validation

    No documentation available.

  8. data ValidationResult

    password Data.Password.Validate

    Result of validating a Password.

  9. data ValidationError

    tomland Toml.Parser.Validate

    Error that happens during validating TOML which is already syntactically correct. For the list of all possible validation errors and their explanation, see the following issue on GitHub:

  10. data ValidationRule e a

    valida-base Valida

    The rule a Validator uses to run validation. Contains a function that accepts the target type and returns a Validation result. The type- ValidationRule (NonEmpty String) Int, designates a rule that verifies the validity of an Int, and uses a value of type NonEmpty String to represent error, in case of failure.

Page 10 of many | Previous | Next