use fmap instead of importing Applicative
Importing Applicative into this module causes the instances in Control.Monad.Instances to leak into the Haskell 98 module System, which would break Haskell 98 programs that define these instances.
Please register or sign in to comment