@[implicit_reducible]
Equations
- Aesop.instInhabitedPremiseIndex = { default := Aesop.instInhabitedPremiseIndex.default }
Equations
- Aesop.instInhabitedPremiseIndex.default = { toNat := default }
Instances For
@[implicit_reducible]
Equations
- Aesop.instBEqPremiseIndex = { beq := Aesop.instBEqPremiseIndex.beq }
Equations
- Aesop.instBEqPremiseIndex.beq { toNat := a } { toNat := b } = (a == b)
- Aesop.instBEqPremiseIndex.beq xโยน xโ = false
Instances For
@[implicit_reducible]
Equations
Equations
- Aesop.instHashablePremiseIndex.hash { toNat := a } = mixHash 0 (hash a)
Instances For
@[implicit_reducible]
Equations
- Aesop.instDecidableEqPremiseIndex.decEq { toNat := a } { toNat := b } = if h : a = b then h โธ isTrue โฏ else isFalse โฏ
Instances For
@[implicit_reducible]
Equations
- Aesop.instOrdPremiseIndex = { compare := Aesop.instOrdPremiseIndex.ord }
Equations
- Aesop.instOrdPremiseIndex.ord { toNat := a } { toNat := b } = (compare a b).then Ordering.eq
Instances For
@[implicit_reducible]
Equations
- Aesop.instLTPremiseIndex = { lt := fun (i j : Aesop.PremiseIndex) => i.toNat < j.toNat }
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- Aesop.instLEPremiseIndex = { le := fun (i j : Aesop.PremiseIndex) => i.toNat โค j.toNat }
@[implicit_reducible]
Equations
- Aesop.instDecidableRelPremiseIndexLe i j = if h : i.toNat.ble j.toNat = true then isTrue โฏ else isFalse โฏ
@[implicit_reducible]
Equations
- Aesop.instToStringPremiseIndex = { toString := fun (i : Aesop.PremiseIndex) => toString i.toNat }