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.

  1. module Stratosphere.Resources.WAFSizeConstraintSet

    No documentation available.

  2. data WAFSizeConstraintSet

    stratosphere Stratosphere.Resources.WAFSizeConstraintSet

    Full data type definition for WAFSizeConstraintSet. See wafSizeConstraintSet for a more convenient constructor.

  3. WAFSizeConstraintSet :: Val Text -> [WAFSizeConstraintSetSizeConstraint] -> WAFSizeConstraintSet

    stratosphere Stratosphere.Resources.WAFSizeConstraintSet

    No documentation available.

  4. _wAFSizeConstraintSetName :: WAFSizeConstraintSet -> Val Text

    stratosphere Stratosphere.Resources.WAFSizeConstraintSet

    No documentation available.

  5. _wAFSizeConstraintSetSizeConstraints :: WAFSizeConstraintSet -> [WAFSizeConstraintSetSizeConstraint]

    stratosphere Stratosphere.Resources.WAFSizeConstraintSet

    No documentation available.

  6. wafSizeConstraintSet :: Val Text -> [WAFSizeConstraintSetSizeConstraint] -> WAFSizeConstraintSet

    stratosphere Stratosphere.Resources.WAFSizeConstraintSet

    Constructor for WAFSizeConstraintSet containing required fields as arguments.

  7. _IntSet :: TomlBiMap IntSet AnyValue

    tomland Toml.Codec.BiMap.Conversion

    IntSet bimap for AnyValue. Usually used as the arrayIntSet combinator.

  8. arrayIntSet :: Key -> TomlCodec IntSet

    tomland 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
    

  9. newtype DisjointSet a

    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
    

  10. DisjointSet :: Maybe [a] -> DisjointSet a

    unbound-generics Unbound.Generics.LocallyNameless.Alpha

    No documentation available.

Page 44 of many | Previous | Next