X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FChar.hs;h=feadb18b1e69839c2db8bbab05be7b6b0a6412ef;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=9174f155cf61c0ebae310af3751589b00892d7d1;hpb=05e43a9bd25232efced01ce45d00b3b3ba12af51;p=ghc-base.git diff --git a/Data/Char.hs b/Data/Char.hs index 9174f15..feadb18 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -1,16 +1,14 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Char -- 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: Char.hs,v 1.2 2002/04/11 12:03:43 simonpj Exp $ --- -- The Char type and associated operations. -- -----------------------------------------------------------------------------