This PR fixes a type error in the proof generated by the `contradiction` tactic. closes #4851
2 lines
80 B
Text
2 lines
80 B
Text
theorem T0 (α : Type) (x : α) (H: α → False) : False := by
|
||
contradiction
|