Cast of integers to function types #
This file provides a (pointwise) cast from ℤ
to function types.
Main declarations #
Pi.instIntCast
: mapn : ℤ
to the constant functionn : ∀ i, π i
instance
Pi.instIntCast
{ι : Type u_1}
{π : ι → Type u_2}
[(i : ι) → IntCast (π i)]
:
IntCast ((i : ι) → π i)
Equations
- Pi.instIntCast = { intCast := fun (n : ℤ) (x : ι) => ↑n }