Lean4
/-- `MDiff[s] f` elaborates to `MDifferentiableOn I J f s`,
trying to determine `I` and `J` from the local context. -/
@[scoped term_parser 1000]
public meta def «termMDiff[_]__» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `Manifold.«termMDiff[_]__» 1024
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "MDiff[") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "]"))
(ParserDescr.unary✝ `group (ParserDescr.const✝ `ppSpace)))
(ParserDescr.cat✝ `term 1023))