Documentation

Mathlib.Tactic.Coe

Defines notations for coercions.

  1. ↑ t is defined in core.
  2. (↑) is equivalent to the eta-reduction of (↑ ·)
  3. ⇑ t is a coercion to a function type.
  4. (⇑) is equivalent to the eta-reduction of (⇑ ·)
  5. ↥ t is a coercion to a type.
  6. (↥) is equivalent to the eta-reduction of (↥ ·)

Elaborator for the (↑), (⇑), and (↥) notations.

Instances For

    Partially applied coercion. Equivalent to the η-reduction of (↑ ·)

    Instances For

      ⇑ t coerces t to a function.

      Instances For

        Partially applied function coercion. Equivalent to the η-reduction of (⇑ ·)

        Instances For

          ↥ t coerces t to a type.

          Instances For

            Partially applied type coercion. Equivalent to the η-reduction of (↥ ·)

            Instances For