writer package:effectful-core

Convenience functions for the Labeled Writer effect.
Provide access to a write only value of type w.
Provide access to a strict (WHNF), thread local, write only value of type w.
Provide access to a strict (WHNF), shared, write only value of type w.
Run a Writer effect and return the final output, discarding the final value (via Effectful.Writer.Static.Local).
Run the Writer effect and return the final output, discarding the final value (via Effectful.Writer.Static.Shared).
Run the Writer effect and return the final value along with the final output (via Effectful.Writer.Static.Local).
Run the Writer effect and return the final value along with the final output (via Effectful.Writer.Static.Shared).
Run a Writer effect and return the final output, discarding the final value.
Run a Writer effect and return the final value along with the final output.