Note about Mathlib/Init/
#
The files in Mathlib/Init
are leftovers from the port from Mathlib3.
(They contain content moved from lean3 itself that Mathlib needed but was not moved to lean4.)
We intend to move all the content of these files out into the main Mathlib
directory structure.
Contributions assisting with this are appreciated.
Notation, basic datatypes and type classes #
This file contains alignments from lean 3 init.core
.
Equations
- Prod.mk.injArrow h₁ h₂ = Prod.noConfusion h₁ h₂
Instances For
Equations
- PProd.mk.injArrow h₁ h₂ = Prod.noConfusion h₁ h₂
Instances For
Equations
- Combinator.K a _b = a
Instances For
Equations
- Combinator.S x y z = x z (y z)