Hoogle Search

Within LTS Haskell 24.24 (ghc-9.10.3)

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

  1. newtype Validation

    validity Data.Validity

    The result of validating a value. mempty means the value was valid. This type intentionally doesn't have a Validity instance to make sure you can never accidentally use annotate or delve twice.

  2. Validation :: [ValidationChain] -> Validation

    validity Data.Validity

    No documentation available.

  3. module Data.Either.Validation

    No documentation available.

  4. module Data.Either.Validation

    Monoidal Validation sibling to Either.

  5. data Validation e a

    either Data.Either.Validation

    Validation is Either with a Left that is a Monoid

  6. module Text.XML.HXT.DTDValidation.Validation

    This module provides functions for validating XML documents represented as XmlTree. Unlike other popular XML validation tools the validation functions return a list of errors instead of aborting after the first error was found. Note: The validation process has been split into validation and transformation! If validate did not report any errors, transform should be called, to change the document the way a validating parser is expected to do.

  7. data Validation e a

    selective Control.Selective

    Selective instance for the standard applicative functor Validation. This is a good example of a non-trivial selective functor which is not a monad.

  8. module Data.OpenApi.Internal.Schema.Validation

    Validate JSON values with Swagger Schema.

  9. newtype Validation s a

    openapi3 Data.OpenApi.Internal.Schema.Validation

    Value validation.

  10. Validation :: (Config -> s -> Result a) -> Validation s a

    openapi3 Data.OpenApi.Internal.Schema.Validation

    No documentation available.

Page 1 of many | Next