diff options
author | simonmar <unknown> | 2002-04-26 13:34:10 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-26 13:34:10 +0000 |
commit | 1eb49e80ea2c2c2c049037f3db229b795db69223 (patch) | |
tree | 53063e359c74d40cc3fde2b0621d231b41705a6b /libraries/base/Data/Either.hs | |
parent | 6aa094d400ae06c346f6b93222773134c592e03b (diff) | |
download | haskell-1eb49e80ea2c2c2c049037f3db229b795db69223.tar.gz |
[project @ 2002-04-26 13:34:05 by simonmar]
Remove \$Id\$ from all files: it isn't particularly useful (see
previous discussion on cvs-ghc@haskell.org), and it confuses Haddock.
Diffstat (limited to 'libraries/base/Data/Either.hs')
-rw-r--r-- | libraries/base/Data/Either.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/Data/Either.hs b/libraries/base/Data/Either.hs index bc93248139..fa9648c124 100644 --- a/libraries/base/Data/Either.hs +++ b/libraries/base/Data/Either.hs @@ -9,8 +9,6 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Either.hs,v 1.4 2002/04/24 16:31:39 simonmar Exp $ --- -- The Either type, and associated operations. -- ----------------------------------------------------------------------------- |