X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=8d8a9214ba47f38b353a195c483a9ace6bbe38b2;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=d05613447e6be7ddf89fef75dab483c352bb6de0;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Int.hs b/Data/Int.hs index d056134..8d8a921 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Int -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Int.hs,v 1.3 2002/03/14 12:09:49 simonmar Exp $ +-- $Id: Int.hs,v 1.4 2002/04/24 16:31:39 simonmar Exp $ -- -- Sized Integer types. --