X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FApplicative.hs;h=e60182d890eac1d76c73530c7a8d2f797edec808;hb=5b7361dbe789dbea3bf6176ba5a0c161f24a8de0;hp=8aa86e116480d8355bbb44015dfe060bf3184683;hpb=7e9f8a1fd3b8290341605eb0530d0dd47c70479b;p=ghc-base.git diff --git a/Control/Applicative.hs b/Control/Applicative.hs index 8aa86e1..e60182d 100644 --- a/Control/Applicative.hs +++ b/Control/Applicative.hs @@ -36,7 +36,6 @@ module Control.Applicative ( ) where import Prelude hiding (id,(.)) -import qualified Prelude (id) import Control.Category import Control.Arrow