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. ConfigValidationFunction :: ConfigValidation' a f r -> ConfigValidationFunction a (f :: Type -> Type) r

    configuration-tools Configuration.Utils

    No documentation available.

  2. runConfigValidation :: ConfigValidationFunction a (f :: Type -> Type) r -> ConfigValidation' a f r

    configuration-tools Configuration.Utils

    No documentation available.

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

  4. type ConfigValidation' a (f :: Type -> Type) r = forall (m :: Type -> Type) . (MonadIO m, Functor m, Applicative m, MonadError Text m, MonadWriter f Text m) => a -> m r

    configuration-tools Configuration.Utils.Validation

    No documentation available.

  5. settingDisableCertificateValidation :: TLSSettings -> Bool

    faktory Network.Connection.Compat

    Disable certificate verification completely, this make TLS/SSL vulnerable to a MITM attack. not recommended to use, but for testing.

  6. MigrationValidation :: MigrationCommand -> MigrationCommand

    hasql-migration Hasql.Migration

    Validates the provided MigrationCommand.

  7. data ISBN10ValidationError

    isbn Data.ISBN

    Possible validation errors resulting from ISBN-10 validation.

  8. data ISBN13ValidationError

    isbn Data.ISBN

    Possible validation errors resulting from ISBN-13 validation.

  9. data ISBNValidationError

    isbn Data.ISBN

    Possible validation errors resulting from ISBN validation. Can be rendered as a descriptive error message using renderISBNValidationError.

  10. renderISBN10ValidationError :: ISBN10ValidationError -> Text

    isbn Data.ISBN

    Convert an ISBN10ValidationError into a human-friendly error message.

Page 23 of many | Previous | Next