Fix doc-tests: escape figure properly
This commit is contained in:
@@ -45,11 +45,13 @@
|
|||||||
//!
|
//!
|
||||||
//! The analysis lattice is:
|
//! The analysis lattice is:
|
||||||
//!
|
//!
|
||||||
|
//! ```plain
|
||||||
//! Top (V)
|
//! Top (V)
|
||||||
//! |
|
//! |
|
||||||
//! 𝒫(V) // the Powerset of the set of virtual regs
|
//! 𝒫(V) // the Powerset of the set of virtual regs
|
||||||
//! |
|
//! |
|
||||||
//! Bottom ( ∅ ) // the empty set
|
//! Bottom ( ∅ ) // the empty set
|
||||||
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! and the lattice ordering relation is the subset relation: S ≤ U
|
//! and the lattice ordering relation is the subset relation: S ≤ U
|
||||||
//! iff S ⊆ U. The lattice meet-function is intersection.
|
//! iff S ⊆ U. The lattice meet-function is intersection.
|
||||||
|
|||||||
Reference in New Issue
Block a user