Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/reilabs/lampe into us/lens-…
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
utkn committed Dec 28, 2024
2 parents 5aaf371 + 974f3e3 commit c8fb45c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lampe/Lampe/Tactic/SeparationLogic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ macro "stephelper1" : tactic => `(tactic|(
| apply nested_triple STHoare.callLambda_intro
| apply lam_intro
| apply cast_intro
| apply cast_intro
| apply callTrait_intro
| apply callDecl_intro
-- memory
Expand All @@ -586,6 +587,7 @@ macro "stephelper1" : tactic => `(tactic|(
-- equality
| apply unitEq_intro
| apply bEq_intro
| apply bEq_intro
| apply fEq_intro
| apply uEq_intro
| apply iEq_intro
Expand Down Expand Up @@ -725,6 +727,7 @@ macro "stephelper3" : tactic => `(tactic|(
-- equality
| apply ramified_frame_top unitEq_intro
| apply ramified_frame_top bEq_intro
| apply ramified_frame_top bEq_intro
| apply ramified_frame_top fEq_intro
| apply ramified_frame_top uEq_intro
| apply ramified_frame_top iEq_intro
Expand Down

0 comments on commit c8fb45c

Please sign in to comment.