Closed
Description
I mentioned this in #1706, but that PR was merged before we decided on what to do.
Quoting myself :
I also find the ordering of the type parameters a bit confusing. Now it is
E
(Reader
) ->S
(State
) ->L
(Writer
), while the nameReaderWriterStateT
suggests thatWriter
comes beforeState
. The reason is probably theBifunctor
instance for theWriter
part.I would drop the
Bifunctor
instance and switch the order ofS
andL
so it aligns with the name. We could also leave as it is or change toReaderStateWriterT
😃. If we want to change something, it should probably be done before 1.0.0-MF. Opinions?
I won't be able to work on this before the 16th, so feel free to pick this up.
Metadata
Metadata
Assignees
Labels
No labels