Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Stratosphere.Resources.
WAFSizeConstraintSet No documentation available.
-
stratosphere Stratosphere.Resources.WAFSizeConstraintSet Full data type definition for WAFSizeConstraintSet. See wafSizeConstraintSet for a more convenient constructor.
WAFSizeConstraintSet :: Val Text -> [WAFSizeConstraintSetSizeConstraint] -> WAFSizeConstraintSetstratosphere Stratosphere.Resources.WAFSizeConstraintSet No documentation available.
_wAFSizeConstraintSetName :: WAFSizeConstraintSet -> Val Textstratosphere Stratosphere.Resources.WAFSizeConstraintSet No documentation available.
_wAFSizeConstraintSetSizeConstraints :: WAFSizeConstraintSet -> [WAFSizeConstraintSetSizeConstraint]stratosphere Stratosphere.Resources.WAFSizeConstraintSet No documentation available.
wafSizeConstraintSet :: Val Text -> [WAFSizeConstraintSetSizeConstraint] -> WAFSizeConstraintSetstratosphere Stratosphere.Resources.WAFSizeConstraintSet Constructor for WAFSizeConstraintSet containing required fields as arguments.
_IntSet :: TomlBiMap IntSet AnyValuetomland Toml.Codec.BiMap.Conversion IntSet bimap for AnyValue. Usually used as the arrayIntSet combinator.
arrayIntSet :: Key -> TomlCodec IntSettomland Toml.Codec.Combinator.Set Codec for sets of ints. Takes converter for single value and returns a set of ints. Example: Haskell IntSet can look like this in your TOML file:
foo = [1, 2, 3]
In case of the missing field, the following error will be seen:tomland decode error: Key foo is not found
-
unbound-generics Unbound.Generics.LocallyNameless.Alpha A DisjointSet a is a Just a list of distinct as. In addition to a monoidal structure, a disjoint set also has an annihilator inconsistentDisjointSet.
inconsistentDisjointSet <> s == inconsistentDisjointSet s <> inconsistentDisjoinSet == inconsistentDisjointSet
DisjointSet :: Maybe [a] -> DisjointSet aunbound-generics Unbound.Generics.LocallyNameless.Alpha No documentation available.