This module contains Plausible.Shrinkable
and Plausible.SampleableExt
instances for mathlib
types.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Plausible.PNat.shrinkable = { shrink := fun (m : ℕ+) => List.map Nat.succPNat (Plausible.Nat.shrink m.natPred) }
Equations
- One or more equations did not get rendered due to their size.