Theorems · Theorem
WriterT.run_liftM
∀ {M : Type u → Type v} {α ω : Type u} [inst : Monad M] (empty : ω) (cmd : M α),
(liftM cmd).run = (fun a => (a, empty)) <$> cmd- Defined in
- Mathlib.Control.Monad.Writer
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- Monad
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.
- WriterTstatement · cited by 13
- WriterT.runstatement · cited by 12
- WriterT.liftTellstatement · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.