Skip to content

Commit 4d95055

Browse files
committed
nit
1 parent 60afb25 commit 4d95055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DatapathVerification/BitHeap/Chain.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def ChainPreconditions (steps : List Adder) (h : BitHeap) : Prop :=
3737
∧ ChainPreconditions rest (applyAdder s h)
3838

3939
/-- Main correctness theorem for the chain.
40-
Applying the chain preserves the heap's value under all evaluation environments-/
40+
Applying the chain preserves the heap's value under all evaluation environments -/
4141
theorem applyChain_correct (steps : List Adder) (h : BitHeap)
4242
(hwf : ChainPreconditions steps h) :
4343
∀ (env : BitEnv), (applyChain steps h).eval env = h.eval env := by

0 commit comments

Comments
 (0)