Skip to content

Commit

Permalink
uXor
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenciak committed Feb 24, 2025
1 parent 78bbd12 commit 6e9f1c1
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 @@ -633,6 +633,7 @@ macro "stephelper1" : tactic => `(tactic|(
| apply uAnd_intro
| apply uOr_intro
| apply uNot_intro
| apply uXor_intro
)
))

Expand Down Expand Up @@ -711,6 +712,7 @@ macro "stephelper2" : tactic => `(tactic|(
| apply consequence_frame_left uAnd_intro
| apply consequence_frame_left uOr_intro
| apply consequence_frame_left uNot_intro
| apply consequence_frame_left uXor_intro
)
repeat sl
))
Expand Down Expand Up @@ -792,6 +794,7 @@ macro "stephelper3" : tactic => `(tactic|(
| apply ramified_frame_top uAnd_intro
| apply ramified_frame_top uOr_intro
| apply ramified_frame_top uNot_intro
| apply ramified_frame_top uXor_intro
)
repeat sl
))
Expand Down

0 comments on commit 6e9f1c1

Please sign in to comment.