Skip to content

Commit

Permalink
unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Dec 2, 2024
1 parent e6e9188 commit aee2e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AesopTest/RulePattern.lean
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ example (m n : Nat) : (↑m : Int) < 0 ∧ (↑n : Int) > 0 := by
set_option aesop.check.script false in
aesop!
all_goals
guard_hyp fwd_1 : 0 ≤ (n : Int)
guard_hyp fwd_2 : 0 ≤ (m : Int)
guard_hyp fwd_1 : 0 ≤ (m : Int)
guard_hyp fwd_2 : 0 ≤ (n : Int)
falso

@[aesop safe forward (pattern := min x y)]
Expand Down

0 comments on commit aee2e96

Please sign in to comment.