Equations
Instances For
@[implicit_reducible]
Equations
- { toList := [] }.instDecidableEq { toList := [] } = isTrue ⋯
- { toList := [] }.instDecidableEq { toList := head :: tail } = isFalse ⋯
- { toList := head :: tail }.instDecidableEq { toList := [] } = isFalse ⋯
- { toList := head :: tail }.instDecidableEq { toList := head_1 :: tail_1 } = { toList := head :: tail }.instDecidableEqImpl { toList := head_1 :: tail_1 }
@[implicit_reducible]
Equality with #[] is decidable even if the underlying type does not have decidable equality.
@[implicit_reducible]
Equality with #[] is decidable even if the underlying type does not have decidable equality.
@[csimp]
@[csimp]