Equations
- List.instAlternative = Alternative.mk @List.nil fun {α} l l' => List.append l (l' ())
Equations
- List.decidableBall l = match inferInstance with | isFalse h => isTrue (List.decidableBall.proof_1 l h) | isTrue h => isFalse (_ : ¬((x : α) → x ∈ l → p x))