Skip to content

Commit 965589e

Browse files
committed
Add TODO comment
1 parent 1926d5c commit 965589e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bluebell/Assertion.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ theorem Sure_Merge
19031903
: ⌈E₁⟨i⟩⌉ ∗ ⌈E₂⟨i⟩⌉ ⊣⊢ ⌈(fun s => E₁ s ∧ E₂ s)⟨i⟩⌉ := by
19041904
constructor
19051905
· exact Sure_Merge_fwd
1906-
· sorry
1906+
· sorry -- TODO: Rule SURE-MERGE proof (backwards direction)
19071907

19081908
-- ### SURE-AND-STAR
19091909

0 commit comments

Comments
 (0)