Skip to content

Commit c1607cf

Browse files
committed
nits
1 parent 6d2c0f6 commit c1607cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KLR/Compile/Dataflow.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)