File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1006,14 +1006,14 @@ end InnerMapImpl
10061006 `[Max ℂ]` - this defines our lattice structure!
10071007 morally, values `ρ₀⊔ρ₁` here should always
10081008 represent the right entry to a block
1009- given that its predecessors exits are
1009+ given that its predecessors' exits are
10101010 `ρ₀` and `ρ₁`. if you come up with a relation
10111011 that lacks associativity, everything here
10121012 will technically work but using the returned
10131013 proofs of dataflow constraint satisfaction
10141014 will be very difficult.
10151015 `[HasBot ℂ]` - choose a `⊥` for the `β`-lattice. theoretically,
1016- this should satisfy `⊥ ≤ ⬝` (i.e. `⊥⊔ρ₀ = ρ₀⊔⊥ = ρ₀),
1016+ this should satisfy `⊥ ≤ ⬝` (i.e. `⊥⊔ρ₀ = ρ₀⊔⊥ = ρ₀` ),
10171017 but the solver can still be run with an alternate value.
10181018 the tradeoff is that the returned fixpoint may not be
10191019 minimal. But this may be useful in some cases.
You can’t perform that action at this time.
0 commit comments