Skip to content

Commit

Permalink
Lift blocks into defs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiiyya committed Dec 17, 2024
1 parent 9ac5e18 commit 5d146d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Examples/Ffs.lean
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ example : ffs_imp (i0, ()) = ffs_ref (i0, ()) := by
unfold ffs_imp
simp
rw [runProc, runRes]
congr 1

-- rw [ffs_imp]

sorry
done

0 comments on commit 5d146d2

Please sign in to comment.