Equations
- Lean.getPPMaxSteps o = Lean.KVMap.get o Lean.pp.maxSteps.name Lean.pp.maxSteps.defValue
Instances For
Equations
- Lean.getPPAll o = Lean.KVMap.get o Lean.pp.all.name false
Instances For
Equations
Instances For
Equations
- Lean.getPPPiBinderTypes o = Lean.KVMap.get o Lean.pp.piBinderTypes.name Lean.pp.piBinderTypes.defValue
Instances For
Equations
- Lean.getPPLetVarTypes o = Lean.KVMap.get o Lean.pp.letVarTypes.name (Lean.getPPAll o)
Instances For
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
Instances For
Equations
- Lean.getPPExplicit o = Lean.KVMap.get o Lean.pp.explicit.name (Lean.getPPAll o)
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Lean.getPPMatch o = Lean.KVMap.get o Lean.pp.match.name !Lean.getPPAll o
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Lean.getPPTagAppFns o = Lean.KVMap.get o Lean.pp.tagAppFns.name (Lean.getPPAll o)
Instances For
Equations
- Lean.getPPUniverses o = Lean.KVMap.get o Lean.pp.universes.name (Lean.getPPAll o)
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.getPPMVars o = Lean.KVMap.get o Lean.pp.mvars.name Lean.pp.mvars.defValue
Instances For
Equations
- Lean.getPPMVarsWithType o = Lean.KVMap.get o Lean.pp.mvars.withType.name Lean.pp.mvars.withType.defValue
Instances For
Equations
- Lean.getPPBeta o = Lean.KVMap.get o Lean.pp.beta.name Lean.pp.beta.defValue
Instances For
Equations
- Lean.getPPSafeShadowing o = Lean.KVMap.get o Lean.pp.safeShadowing.name Lean.pp.safeShadowing.defValue
Instances For
Equations
- Lean.getPPProofs o = Lean.KVMap.get o Lean.pp.proofs.name (Lean.pp.proofs.defValue || Lean.getPPAll o)
Instances For
Equations
- Lean.getPPProofsWithType o = Lean.KVMap.get o Lean.pp.proofs.withType.name Lean.pp.proofs.withType.defValue
Instances For
Equations
- Lean.getPPProofsThreshold o = Lean.KVMap.get o Lean.pp.proofs.threshold.name Lean.pp.proofs.threshold.defValue
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
Instances For
Equations
- Lean.getPPInstances o = Lean.KVMap.get o Lean.pp.instances.name Lean.pp.instances.defValue
Instances For
Equations
- Lean.getPPInstanceTypes o = Lean.KVMap.get o Lean.pp.instanceTypes.name Lean.pp.instanceTypes.defValue
Instances For
Equations
- Lean.getPPDeepTerms o = Lean.KVMap.get o Lean.pp.deepTerms.name (Lean.pp.deepTerms.defValue || Lean.getPPAll o)