X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FEither.hs;h=bc9324813948bef2aca2cf131e31ce04f74f5514;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=20dfe47ef5f745ed7b8d0a28dec615fac03e4ed8;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Either.hs b/Data/Either.hs index 20dfe47..bc93248 100644 --- a/Data/Either.hs +++ b/Data/Either.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Either -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Either.hs,v 1.3 2001/07/03 14:13:32 simonmar Exp $ +-- $Id: Either.hs,v 1.4 2002/04/24 16:31:39 simonmar Exp $ -- -- The Either type, and associated operations. --