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.
shakeAllowRedefineRules :: ShakeOptions -> Boolshake Development.Shake Whether to allow calling addBuiltinRule for the same key more than once
trackAllow :: [FilePattern] -> Action ()shake Development.Shake Allow accessing a file in this rule, ignoring any subsequent trackRead / trackWrite calls matching the pattern.
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.
AdditionalPropertiesAllowed :: Bool -> AdditionalPropertiesswagger2 Data.Swagger No documentation available.
_paramOtherSchemaAllowEmptyValue :: ParamOtherSchema -> Maybe Boolswagger2 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.
_schemaAllOf :: Schema -> Maybe [Referenced Schema]swagger2 Data.Swagger No documentation available.
AdditionalPropertiesAllowed :: Bool -> AdditionalPropertiesswagger2 Data.Swagger.Internal No documentation available.
_paramOtherSchemaAllowEmptyValue :: ParamOtherSchema -> Maybe Boolswagger2 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.
_schemaAllOf :: Schema -> Maybe [Referenced Schema]swagger2 Data.Swagger.Internal No documentation available.
inlineAllSchemas :: Data s => Definitions Schema -> s -> sswagger2 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.