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.
-
configuration-tools Configuration.Utils No documentation available.
runConfigValidation :: ConfigValidationFunction a (f :: Type -> Type) r -> ConfigValidation' a f rconfiguration-tools Configuration.Utils No documentation available.
type
ConfigValidation a (f :: Type -> Type) = ConfigValidation' a f ()configuration-tools Configuration.Utils.Validation A validation function. The type in the MonadWriter is excpected to be a Foldable structure for collecting warnings.
-
configuration-tools Configuration.Utils.Validation No documentation available.
settingDisableCertificateValidation :: TLSSettings -> Boolfaktory Network.Connection.Compat Disable certificate verification completely, this make TLS/SSL vulnerable to a MITM attack. not recommended to use, but for testing.
MigrationValidation :: MigrationCommand -> MigrationCommandhasql-migration Hasql.Migration Validates the provided MigrationCommand.
-
isbn Data.ISBN Possible validation errors resulting from ISBN-10 validation.
-
isbn Data.ISBN Possible validation errors resulting from ISBN-13 validation.
-
isbn Data.ISBN Possible validation errors resulting from ISBN validation. Can be rendered as a descriptive error message using renderISBNValidationError.
renderISBN10ValidationError :: ISBN10ValidationError -> Textisbn Data.ISBN Convert an ISBN10ValidationError into a human-friendly error message.