Theorems · Theorem · logic and foundations
Computation.ret_orElse
∀ {α : Type u} (a : α) (c₂ : Computation α), (Computation.pure a <|> c₂) = 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.
Cites5
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.destructproof · cited by 37
- Computation.corec_eqproof · cited by 15
- Computation.destruct_eq_pureproof · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- Computation.orElse_emptyproof · cited by 0