Mathlib Map

Structures · Logic and sets

Function.HasUncurry

Records a way to turn an element of α into a function from β to γ. The most generic use is to recursively uncurry. For instance f : α → β → γ → δ will be turned into ↿f : α × β × γ → δ. One can also add instances for bundled maps.

Defined in
Mathlib.Logic.Function.Basic
Shape
3 explicit arguments · adds uncurry

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by0

Nothing extends this class yet.

Concrete types that are instances1

  • Path

How is a type an instance?

Loading the hierarchy index…

Assumed by2

Ancestors0

No ancestors.