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.
-
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.
Validation :: [ValidationChain] -> Validationvalidity Data.Validity No documentation available.
-
No documentation available.
-
Monoidal Validation sibling to Either.
-
either Data.Either.Validation Validation is Either with a Left that is a Monoid
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.
-
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.
module Data.OpenApi.Internal.Schema.
Validation Validate JSON values with Swagger Schema.
-
openapi3 Data.OpenApi.Internal.Schema.Validation Value validation.
Validation :: (Config -> s -> Result a) -> Validation s aopenapi3 Data.OpenApi.Internal.Schema.Validation No documentation available.
Page 1 of many | Next