Lean4
/-- Notation for `Continuous` with respect to a non-standard topologies. -/
@[scoped term_parser 1000]
public meta def Continuous_of : Lean.ParserDescr✝ :=
ParserDescr.node✝ `Topology.Continuous_of 1024
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "Continuous[") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ ", "))
(ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "]"))