Decidable Instances for List
not (yet) in Std
Equations
- List.instAlternative = Alternative.mk @List.nil fun {α : Type u} (l : List α) (l' : Unit → List α) => List.append l (l' ())
Equations
- One or more equations did not get rendered due to their size.
- List.decidableBex [] = isFalse ⋯