Equations
- Lean.getPPNumericTypes o = Lean.KVMap.get o Lean.pp.numericTypes.name Lean.pp.numericTypes.defValue
Instances For
Equations
- Lean.getPPNatLit o = Lean.KVMap.get o Lean.pp.natLit.name (Lean.getPPNumericTypes o && !Lean.getPPAll o)
Instances For
Equations
- Lean.getPPExplicit o = Lean.KVMap.get o Lean.pp.explicit.name (Lean.getPPAll o)
Instances For
Equations
Instances For
Equations
- Lean.getPPParens o = Lean.KVMap.get o Lean.pp.parens.name Lean.pp.parens.defValue
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Lean.getPPFullNames o = Lean.KVMap.get o Lean.pp.fullNames.name (Lean.getPPAll o)
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Lean.getPPMVarsAnonymous o = Lean.KVMap.get o Lean.pp.mvars.anonymous.name (Lean.pp.mvars.anonymous.defValue && Lean.getPPMVars o)
Instances For
Equations
- Lean.getPPMVarsDelayed o = Lean.KVMap.get o Lean.pp.mvars.delayed.name (Lean.pp.mvars.delayed.defValue || Lean.getPPAll o)
Instances For
Equations
- Lean.getPPMotivesPi o = Lean.KVMap.get o Lean.pp.motives.pi.name Lean.pp.motives.pi.defValue
Instances For
Equations
- Lean.getPPMotivesNonConst o = Lean.KVMap.get o Lean.pp.motives.nonConst.name Lean.pp.motives.nonConst.defValue
Instances For
Equations
- Lean.getPPMotivesAll o = Lean.KVMap.get o Lean.pp.motives.all.name Lean.pp.motives.all.defValue