Theorems · Theorem · logic and foundations
Computation.map_pure
∀ {α : Type u} {β : Type v} (f : α → β) (a : α), Computation.map f (Computation.pure a) = Computation.pure (f a)- Defined in
- Mathlib.Data.Seq.Computation
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Computationstatement · cited by 182
- Computation.purestatement · cited by 61
- Computation.mapstatement · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- Computation.map_pure'proof · cited by 3