Open mgajda opened 3 years ago
@mgajda: foldl
is only exporting the RealWorld
type, which is safe
@Gabriel439 But why do we ever need it? The documented interface is IO
monad, not RealWorld
type.
@mgajda: We probably don't need it, but I'd like to avoid an unnecessary breaking change unless we have another breaking change pending
I do not understand why
RealWorld
should be exported by this library. If it should, that is very concerning, and it should be documented.