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.
ValidationTypeWhole :: ValidationExpression -> ValidationTypexlsx Codec.Xlsx.Types.DataValidation No documentation available.
ValidationError :: String -> HPKEErrorhpke Crypto.HPKE No documentation available.
-
hpqtypes-extras Database.PostgreSQL.PQTypes.Checks A (potentially empty) list of info/error messages.
ValidationException :: DdbErrCodeaws Aws.DynamoDb.Core No documentation available.
ValidationFailed :: Map (FieldName names) e -> FormResult (names :: [Symbol]) e aforma 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.
newtype
ValidationT e (m :: Type -> Type) aopt-env-conf OptEnvConf.Validation No documentation available.
ValidationT :: m (Validation e a) -> ValidationT e (m :: Type -> Type) aopt-env-conf OptEnvConf.Validation No documentation available.
-
password Data.Password.Validate Result of validating a Password.
-
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:
-
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.