Expand description

Utilities for abstract interpretation of crate::plan::Plan structures.

Those can be used to define analysis passes over crate::plan::Plans in a consistent and unified manner. The primary abstraction here is the Interpreter trait.

Structs

Constants

  • The maximum of iterations of running lattice-based dataflow inference for the LetRec nodes before falling back to a conservative estimate of all bottom() elements for all recursive bindings.

Traits

Type Definitions