summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Either.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-26 13:34:10 +0000
committersimonmar <unknown>2002-04-26 13:34:10 +0000
commit1eb49e80ea2c2c2c049037f3db229b795db69223 (patch)
tree53063e359c74d40cc3fde2b0621d231b41705a6b /libraries/base/Data/Either.hs
parent6aa094d400ae06c346f6b93222773134c592e03b (diff)
downloadhaskell-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.hs2
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.
--
-----------------------------------------------------------------------------