X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=182152c1e5b6b9bc83a4a8b56dba7e1b76b3ed8f;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=d05613447e6be7ddf89fef75dab483c352bb6de0;hpb=bb49ec07b01f68599a49ce04473bd9616c739687;p=ghc-base.git diff --git a/Data/Int.hs b/Data/Int.hs index d056134..182152c 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -1,16 +1,14 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Int -- 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 : experimental -- Portability : portable -- --- $Id: Int.hs,v 1.3 2002/03/14 12:09:49 simonmar Exp $ --- -- Sized Integer types. -- -----------------------------------------------------------------------------