Theorems · Theorem · logic and foundations
Computation.orElse_pure
∀ {α : Type u} (c₁ : Computation α) (a : α), (c₁.think <|> Computation.pure a) = Computation.pure a- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Computationstatement and proof · cited by 182
- Computation.purestatement and proof · cited by 61
- Computation.thinkstatement and proof · cited by 41
- Computation.destructproof · cited by 37
- Computation.destruct_thinkproof · cited by 21
- Computation.corecproof · cited by 18
- Computation.corec_eqproof · cited by 15
- Computation.destruct_eq_pureproof · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- Computation.empty_orElseproof · cited by 0