X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FList.hs;h=2a37187899045ffd11198db16aa80c76f5d99d1a;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=ea2ff2a124ab7f660ec577577f280e01eb766a1f;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/List.hs b/Data/List.hs index ea2ff2a..2a37187 100644 --- a/Data/List.hs +++ b/Data/List.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.List -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: List.hs,v 1.3 2002/04/02 10:19:21 simonmar Exp $ +-- $Id: List.hs,v 1.4 2002/04/24 16:31:39 simonmar Exp $ -- -- Operations on lists. --