Idris2Doc : Control.Effect.Writer

Control.Effect.Writer

(source)

Definitions

dataWriterE : Type-> (Type->Type) ->Type->Type
  Writer effect.

Totality: total
Visibility: public export
Constructor: 
Tell : w->WriterEwm ()

Hints:
Functor (\w=>WriterEwma)
Inj (StateEs) sig=>Inj (WriterEs) sig
tell : Inj (WriterEw) sig=>Algebrasigm=>w->m ()
  Write the value to the context within a monadic computation that supports it.

Visibility: public export