extend rfl to proof iff statement #18
This commit is contained in:
5
test/tactic.lean
Normal file
5
test/tactic.lean
Normal file
@@ -0,0 +1,5 @@
|
||||
import Game.Tactic.Rfl
|
||||
|
||||
/- Custom `rfl` should close `A ↔ A`. -/
|
||||
example (A : Prop) : A ↔ A := by
|
||||
rfl
|
||||
Reference in New Issue
Block a user