X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FEither.hs;h=fa9648c12485bb70b263eb9ed97149d61a6f5547;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=bc9324813948bef2aca2cf131e31ce04f74f5514;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=haskell-directory.git diff --git a/Data/Either.hs b/Data/Either.hs index bc93248..fa9648c 100644 --- a/Data/Either.hs +++ b/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. -- -----------------------------------------------------------------------------