Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. shakeAllowRedefineRules :: ShakeOptions -> Bool

    shake Development.Shake

    Whether to allow calling addBuiltinRule for the same key more than once

  2. trackAllow :: [FilePattern] -> Action ()

    shake Development.Shake

    Allow accessing a file in this rule, ignoring any subsequent trackRead / trackWrite calls matching the pattern.

  3. lintTrackAllow :: ShakeValue key => (key -> Bool) -> Action ()

    shake Development.Shake.Rule

    Allow any matching key recorded with lintTrackRead or lintTrackWrite in this action, after this call, to violate the tracking rules.

  4. AdditionalPropertiesAllowed :: Bool -> AdditionalProperties

    swagger2 Data.Swagger

    No documentation available.

  5. _paramOtherSchemaAllowEmptyValue :: ParamOtherSchema -> Maybe Bool

    swagger2 Data.Swagger

    Sets the ability to pass empty-valued parameters. This is valid only for either ParamQuery or ParamFormData and allows you to send a parameter with a name only or an empty value. Default value is False.

  6. _schemaAllOf :: Schema -> Maybe [Referenced Schema]

    swagger2 Data.Swagger

    No documentation available.

  7. AdditionalPropertiesAllowed :: Bool -> AdditionalProperties

    swagger2 Data.Swagger.Internal

    No documentation available.

  8. _paramOtherSchemaAllowEmptyValue :: ParamOtherSchema -> Maybe Bool

    swagger2 Data.Swagger.Internal

    Sets the ability to pass empty-valued parameters. This is valid only for either ParamQuery or ParamFormData and allows you to send a parameter with a name only or an empty value. Default value is False.

  9. _schemaAllOf :: Schema -> Maybe [Referenced Schema]

    swagger2 Data.Swagger.Internal

    No documentation available.

  10. inlineAllSchemas :: Data s => Definitions Schema -> s -> s

    swagger2 Data.Swagger.Internal.Schema

    Inline all schema references for which the definition can be found in Definitions. WARNING: inlineAllSchemas will produce infinite schemas when inlining recursive schemas.

Page 544 of many | Previous | Next