Skip to content
  • Ross Paterson's avatar
    use fmap instead of importing Applicative · 69bbe2db
    Ross Paterson authored
    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.
    69bbe2db