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. inlineAllSchemas :: Data s => Definitions Schema -> s -> s

    openapi3 Data.OpenApi.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.

  2. class HasAllOf s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  3. class HasAllowEmptyValue s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  4. class HasAllowReserved s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  5. class HasCallbacks s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  6. callbacks :: HasCallbacks s a => Lens' s a

    openapi3 Data.OpenApi.Lens

    No documentation available.

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

    openapi3 Data.OpenApi.Schema

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

  8. auto_callout :: PCREOption

    pcre-light Text.Regex.PCRE.Light

    auto_callout If this bit is set, "compile" automatically inserts callout items, all with number 255, before each pattern item. For discussion of the callout facility, see the man pcrecallout documentation

  9. dotall :: PCREOption

    pcre-light Text.Regex.PCRE.Light

    dotall If this bit is set, a dot metacharater in the pattern matches all characters, including those that indicate newline. Without it, a dot does not match when the current position is at a newline. This option is equivalent to Perl's /s option, and it can be changed within a pattern by a (?s) option setting. A negative class such as [^a] always matches newline characters, independent of the setting of this option.

  10. auto_callout :: PCREOption

    pcre-light Text.Regex.PCRE.Light.Base

    auto_callout If this bit is set, "compile" automatically inserts callout items, all with number 255, before each pattern item. For discussion of the callout facility, see the man pcrecallout documentation

Page 510 of many | Previous | Next