Theorems · Theorem · logic and foundations
Computation.bind_promises
∀ {α : Type u} {β : Type v} {s : Computation α} {f : α → Computation β} {a : α} {b : β},
s.Promises a → (f a).Promises b → (s.bind f).Promises b- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.bindstatement and proof · cited by 22
- Computation.Promisesstatement and proof · cited by 13
- Computation.exists_of_mem_bindproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.