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