@eagleoutice/flowr - v2.13.14
    Preparing search index...

    A partial product abstract domain as named Cartesian product of (optional) sub abstract domains. The sub abstract domains are represented by a (partial) record mapping property names to abstract domains. The Bottom element is defined as mapping every sub abstract domain to Bottom and the Top element is defined as having no sub abstract domain value.

    Type Parameters

    • Product extends AbstractProduct

      Type of the abstract product of the product domain mapping (optional) property names to abstract domains

    Hierarchy (View Summary)

    Index
    _value: Product
    domain: Required<Product>
    reductions: readonly ProductReduction<Product>[]