Equations
- equality_as_equiv_relation X = { r := fun (a b : X) => a = b, iseqv := ⋯ }
Instances For
@[implicit_reducible]
A coercion from integers to new integers
Equations
- instCoeIntNewInt = { coe := fun (n : ℤ) => Quot.mk make_twelve_equal_two n }