Lean4
/-- Notation to say that a property of points in a topological space holds
almost everywhere in the sense of Baire category. That is, on a residual set. -/
@[scoped term_parser 1000]
public meta def «term∀ᵇ_,_» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `Topology.«term∀ᵇ_,_» 1022
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "∀ᵇ") Batteries.ExtendedBinder.extBinders)
(ParserDescr.symbol✝ ", "))
(ParserDescr.cat✝ `term 0))