- all: Lean.Occurrences
- pos: List Nat → Lean.Occurrences
- neg: List Nat → Lean.Occurrences
Instances For
Equations
- Lean.instInhabitedOccurrences = { default := Lean.Occurrences.all }
Equations
- Lean.instBEqOccurrences = { beq := Lean.beqOccurrences✝ }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Occurrences.isAll x = match x with | Lean.Occurrences.all => true | x => false