Equations
- Aesop.instInhabitedLevelIndex.default = { toNat := default }
Instances For
@[implicit_reducible]
Equations
- Aesop.instInhabitedLevelIndex = { default := Aesop.instInhabitedLevelIndex.default }
@[implicit_reducible]
Equations
- Aesop.instBEqLevelIndex = { beq := Aesop.instBEqLevelIndex.beq }
Equations
- Aesop.instBEqLevelIndex.beq { toNat := a } { toNat := b } = (a == b)
- Aesop.instBEqLevelIndex.beq xโยน xโ = false
Instances For
Equations
- Aesop.instHashableLevelIndex.hash { toNat := a } = mixHash 0 (hash a)
Instances For
@[implicit_reducible]
Equations
Equations
- Aesop.instDecidableEqLevelIndex.decEq { toNat := a } { toNat := b } = if h : a = b then h โธ isTrue โฏ else isFalse โฏ
Instances For
@[implicit_reducible]
Equations
- Aesop.instOrdLevelIndex.ord { toNat := a } { toNat := b } = (compare a b).then Ordering.eq
Instances For
@[implicit_reducible]
Equations
- Aesop.instOrdLevelIndex = { compare := Aesop.instOrdLevelIndex.ord }
@[implicit_reducible]
Equations
- Aesop.instLTLevelIndex = { lt := fun (i j : Aesop.LevelIndex) => i.toNat < j.toNat }
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- Aesop.instLELevelIndex = { le := fun (i j : Aesop.LevelIndex) => i.toNat โค j.toNat }
@[implicit_reducible]
Equations
- Aesop.instDecidableRelLevelIndexLe i j = if h : i.toNat.ble j.toNat = true then isTrue โฏ else isFalse โฏ
@[implicit_reducible]
Equations
- Aesop.instToStringLevelIndex = { toString := fun (i : Aesop.LevelIndex) => toString i.toNat }