Skip to content

Commit 64c8460

Browse files
authored
Revert
1 parent 2de70d7 commit 64c8460

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/Tactic/CongrExclamation.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,7 @@ where
644644
/-- Convert a goal into an `Eq` goal if possible (since we have a better shot at those).
645645
Also, if `tryClose := true`, then try to close the goal using an assumption, `Subsingleton.Elim`,
646646
or definitional equality. -/
647-
def Lean.MVarId.preCongr! (mvarId : MVarId) (tryClose : Bool) :
648-
MetaM (Option MVarId) := do
647+
def Lean.MVarId.preCongr! (mvarId : MVarId) (tryClose : Bool) : MetaM (Option MVarId) := do
649648
-- Next, turn `HEq` and `Iff` into `Eq`
650649
let mvarId ← mvarId.heqOfEq
651650
if tryClose then

0 commit comments

Comments
 (0)