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. bindValidation :: Validation e a -> (a -> Validation e b) -> Validation e b

    validation Data.Validation

    bindValidation binds through a Validation, which is useful for composing Validations sequentially. Note that despite having a bind function of the correct type, Validation is not a monad. The reason is, this bind does not accumulate errors, so it does not agree with the Applicative instance. There is nothing wrong with using this function, it just does not make a valid Monad instance.

  2. saml2DisableTimeValidation :: SAML2Config -> !Bool

    wai-saml2 Network.Wai.SAML2.Config

    A value indicating whether to disable time validity checks. This should not be set to True in a production environment, but may be useful for testing purposes.

  3. c_svm_cross_validation :: Ptr CSvmProblem -> Ptr CSvmParameter -> CInt -> Ptr CDouble -> IO ()

    HSvm Data.SVM.Raw

    No documentation available.

  4. pattern AcceleratorTypeAggregatedList_Warning_Code_SCHEMAVALIDATIONIGNORED :: AcceleratorTypeAggregatedList_Warning_Code

    gogol-compute Gogol.Compute

    When a resource schema validation is ignored.

  5. pattern AcceleratorTypeList_Warning_Code_SCHEMAVALIDATIONIGNORED :: AcceleratorTypeList_Warning_Code

    gogol-compute Gogol.Compute

    When a resource schema validation is ignored.

  6. pattern AcceleratorTypesScopedList_Warning_Code_SCHEMAVALIDATIONIGNORED :: AcceleratorTypesScopedList_Warning_Code

    gogol-compute Gogol.Compute

    When a resource schema validation is ignored.

  7. pattern AddressAggregatedList_Warning_Code_SCHEMAVALIDATIONIGNORED :: AddressAggregatedList_Warning_Code

    gogol-compute Gogol.Compute

    When a resource schema validation is ignored.

  8. pattern AddressList_Warning_Code_SCHEMAVALIDATIONIGNORED :: AddressList_Warning_Code

    gogol-compute Gogol.Compute

    When a resource schema validation is ignored.

  9. pattern AddressesScopedList_Warning_Code_SCHEMAVALIDATIONIGNORED :: AddressesScopedList_Warning_Code

    gogol-compute Gogol.Compute

    When a resource schema validation is ignored.

  10. pattern AutoscalerAggregatedList_Warning_Code_SCHEMAVALIDATIONIGNORED :: AutoscalerAggregatedList_Warning_Code

    gogol-compute Gogol.Compute

    When a resource schema validation is ignored.

Page 33 of many | Previous | Next