diff --git a/src/checker.rs b/src/checker.rs index 7e670a6..6babeeb 100644 --- a/src/checker.rs +++ b/src/checker.rs @@ -45,11 +45,13 @@ //! //! The analysis lattice is: //! +//! ```plain //! Top (V) //! | //! 𝒫(V) // the Powerset of the set of virtual regs //! | //! Bottom ( ∅ ) // the empty set +//! ``` //! //! and the lattice ordering relation is the subset relation: S ≤ U //! iff S ⊆ U. The lattice meet-function is intersection.