Rewrite Applicative/Monad instances into normal-form
I.e. make sure `return` is defined in terms of `pure` rather than the other way round.
Showing
Please register or sign in to comment
I.e. make sure `return` is defined in terms of `pure` rather than the other way round.