Lean4
/-- Compact inner product giving rise to the compact L2 norm. -/
@[term_parser 1000]
public meta def «term⟪_,_⟫ₙ_[_]» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `RCLike.«term⟪_,_⟫ₙ_[_]» 1024
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "⟪") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ ", "))
(ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "⟫ₙ_["))
(ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "]"))