You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/--warning: There are 2 unclosed goals before 'exact hP' and at least one remaining goal afterwards.Please focus on the current goal, for instance using `·` (typed as "\.").note: this linter can be disabled with `set_option linter.style.multiGoal false`-/
#guard_msgs inset_option linter.style.multiGoal true inexample {P Q : Prop} (hP : P) (hQ : Q) : P ∧ Q := by
constructor
exact hP
exact hQ
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: