Skip to content

Improve Monad, Functor & Applicative documentation

Jade requested to merge Jade/ghc:wip/monad-functor-docs into master

This patch aims to improve the documentation of Functor, Applicative, Monad and related symbols. The main goal is to make it more consistent and make accessible. See also: !10979 (closed) and !10985 (closed)

ZipList image
filterM image
>=> image
replicateM(_) image
when/unless image
Functors image image image image image image
Applicative image image image
Monads image image image image image
Alternative image

Tracking: #17929 @core-libraries

Merge request reports