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.
inlineAllSchemas :: Data s => Definitions Schema -> s -> sopenapi3 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.
-
openapi3 Data.OpenApi.Lens No documentation available.
class
HasAllowEmptyValue s a | s -> aopenapi3 Data.OpenApi.Lens No documentation available.
class
HasAllowReserved s a | s -> aopenapi3 Data.OpenApi.Lens No documentation available.
class
HasCallbacks s a | s -> aopenapi3 Data.OpenApi.Lens No documentation available.
callbacks :: HasCallbacks s a => Lens' s aopenapi3 Data.OpenApi.Lens No documentation available.
inlineAllSchemas :: Data s => Definitions Schema -> s -> sopenapi3 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.
-
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
-
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.
-
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