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

    An abstract domain with satisfiability checks for concrete values.

    interface SatisfiableDomain<T> {
        satisfies(value: T): Ternary;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods

    Methods