X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FInstances.hs;h=f53fac205c8f1d4ff6fbde8378a827fac032b1a0;hb=30464c0cb915c2ae900909568fa8677bba341e45;hp=1641e03875b5fc3b05f56d2d7d93e40b7494a058;hpb=b34457be5ec12f508b028dae91144e15b7a642ef;p=haskell-directory.git diff --git a/Control/Monad/Instances.hs b/Control/Monad/Instances.hs index 1641e03..f53fac2 100644 --- a/Control/Monad/Instances.hs +++ b/Control/Monad/Instances.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_NHC98 -prelude #-} ----------------------------------------------------------------------------- -- | -- Module : Control.Monad.Instances @@ -11,7 +12,7 @@ -- 'Functor' and 'Monad' instances for @(->) r@ and -- 'Functor' instances for @(,) a@ and @'Either' a@. -module Control.Monad.Instances () where +module Control.Monad.Instances (Functor(..),Monad(..)) where import Prelude