writer package:effectful-core
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.
Run a
Writer effect and return the final value along with the
final output.