You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, fp-ts only has Writer and the implement of WriterT is missing.
However, in Scala functional programming library Cats, Writeris just a alias ofWriterT[Id,W,A]`
Desired Behavior
Support WriterT and implement the Writer in terms of it.
The text was updated successfully, but these errors were encountered:
🚀 Feature request
Current Behavior
For now,
fp-ts
only hasWriter
and the implement ofWriterT
is missing.However, in Scala functional programming library
Cats,
Writeris just a alias of
WriterT[Id,W,A]`Desired Behavior
Support
WriterT
and implement theWriter
in terms of it.The text was updated successfully, but these errors were encountered: