Theorems · Definition
Function.FromTypes.curry
{n : ℕ} → {p : Fin n → Type u} → {τ : Type u} → (((i : Fin n) → p i) → τ) → Function.FromTypes p τCurry all the arguments of Function.FromTypes p τ to get a function from a tuple.
- Defined in
- Mathlib.Data.Fin.Tuple.Curry
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Function.FromTypesstatement · cited by 29
Cited by9
Results whose statement or proof uses this declaration.
- Function.OfArity.curryproof · cited by 3
- Function.FromTypes.curryEquivproof · cited by 2
- Function.FromTypes.curry_two_eq_currystatement · cited by 1
- Function.FromTypes.curry_uncurrystatement and proof · cited by 1
- Function.FromTypes.uncurry_currystatement and proof · cited by 1
- Function.OfArity.curryEquiv_applystatement · cited by 0
- Function.FromTypes.curryEquiv_applystatement · cited by 0
- Function.FromTypes.curry_apply_consstatement · cited by 0
- Function.FromTypes.curry_apply_succstatement · cited by 0