Theorems · Definition
Function.OfArity.curry
{α β : Type u} → {n : ℕ} → ((Fin n → α) → β) → Function.OfArity α β nCurry all the arguments of Function.OfArity α β n to get a function from a tuple.
- Defined in
- Mathlib.Data.Fin.Tuple.Curry
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Function.OfAritystatement · cited by 10
- Function.FromTypes.curryproof · cited by 7
Cited by3
Results whose statement or proof uses this declaration.
- Function.OfArity.uncurry_currystatement · cited by 0
- Function.OfArity.curry_two_eq_currystatement · cited by 0
- Function.OfArity.curry_uncurrystatement · cited by 0