Built with Alectryon. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
Hover-Settings: Show types: Show goals:
-- https://leanprover.zulipchat.com/#narrow/stream/113489-new-members/topic/Overloading.20infixes.3F
import Mathlib.Tactic.Common
import Mathlib.Mathport.Notation

notation3:70 x " ⊗₁ " y => x * y
infix:70 " ⊗₂ " => Mul.mul

variable  : Type) [Mul Φ]  ψ : Φ)

info: φ ⊗₁ ψ : Φ

Error: Docstring on `#guard_msgs` does not match generated message: info: φ ⊗₁ ψ : Φ
in
φ ⊗₁ ψ : Φ
φ: Φ
φ
⊗₁
ψ: Φ
ψ

info: φ ⊗₂ ψ : Φ

Error: Docstring on `#guard_msgs` does not match generated message: info: φ ⊗₂ ψ : Φ
in
φ ⊗₂ ψ : Φ
φ: Φ
φ
⊗₂
ψ: Φ
ψ