Documentation

DY.ALaCarte.DecidableEq

def DY.ALaCarte.Container.decideEquality {CtorId : Type} {ctors : Ctors CtorId} [DecidableEq CtorId] [(id : CtorId) → DecidableEq (ctors id).Data] (x1 x2 : Container ctors) :
Decidable (x1 = x2)
Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[instance_reducible]
    instance DY.ALaCarte.instRepresentableDecidableEqFunctorUnionOfDecidableEq {a : Type} [DecidableEq a] (fs : aTypeType) [(id : a) → FunctorSizeOf (fs id)] [(id : a) → Representable (fs id)] [(id : a) → RepresentableDecidableEq (fs id)] :
    Equations
    • One or more equations did not get rendered due to their size.