X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FBase.lhs;h=b19e83ab2303d6a487d78f7af4e66683639080ff;hb=b706340c451952adf230b5b8daecad8a1f34d714;hp=7c43dc3d7dfd8725010143f94792d26653a517c4;hpb=d907c82167d095f5ac0cda0976fff3d403376cbc;p=ghc-base.git diff --git a/GHC/Base.lhs b/GHC/Base.lhs index 7c43dc3..b19e83a 100644 --- a/GHC/Base.lhs +++ b/GHC/Base.lhs @@ -1,11 +1,5 @@ -% ----------------------------------------------------------------------------- -% $Id: Base.lhs,v 1.8 2002/04/24 16:10:21 simonmar Exp $ -% -% (c) The University of Glasgow, 1992-2002 -% \section[GHC.Base]{Module @GHC.Base@} - The overall structure of the GHC Prelude is a bit tricky. a) We want to avoid "orphan modules", i.e. ones with instance @@ -71,9 +65,21 @@ GHC.ByteArr Types: ByteArray, MutableByteArray Other Prelude modules are much easier with fewer complex dependencies. - \begin{code} {-# OPTIONS -fno-implicit-prelude #-} +----------------------------------------------------------------------------- +-- | +-- Module : GHC.Base +-- Copyright : (c) The University of Glasgow, 1992-2002 +-- License : see libraries/base/LICENSE +-- +-- Maintainer : cvs-ghc@haskell.org +-- Stability : internal +-- Portability : non-portable (GHC extensions) +-- +-- Basic data types and classes. +-- +----------------------------------------------------------------------------- #include "MachDeps.h"