Theorems · Definition
WriterT.liftTell
{M : Type u → Type v} → {ω : Type u} → [Monad M] → ω → MonadLift M (WriterT ω M)Lift an M to a WriterT ω M, using the given empty as the monoid unit.
- Defined in
- Mathlib.Control.Monad.Writer
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
- Assumes
- Monad
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- WriterTstatement · cited by 13
- WriterT.mkproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- WriterT.run_liftMstatement · cited by 0