X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FPack.lhs;h=d63b4e0040ee9af59ff8741a04e6e594bf087a6f;hb=b706340c451952adf230b5b8daecad8a1f34d714;hp=081a390b7b84d73f609a2fddd25486404df94062;hpb=d907c82167d095f5ac0cda0976fff3d403376cbc;p=ghc-base.git diff --git a/GHC/Pack.lhs b/GHC/Pack.lhs index 081a390..d63b4e0 100644 --- a/GHC/Pack.lhs +++ b/GHC/Pack.lhs @@ -1,20 +1,23 @@ -% ------------------------------------------------------------------------------ -% $Id: Pack.lhs,v 1.2 2001/09/14 11:25:24 simonmar Exp $ -% -% (c) The University of Glasgow, 1997-2000 -% - -\section[GHC.Pack]{Packing/unpacking bytes} - -This module provides a small set of low-level functions for packing -and unpacking a chunk of bytes. Used by code emitted by the compiler -plus the prelude libraries. - -The programmer level view of packed strings is provided by a GHC -system library PackedString. - \begin{code} {-# OPTIONS -fno-implicit-prelude #-} +----------------------------------------------------------------------------- +-- | +-- Module : GHC.Pack +-- Copyright : (c) The University of Glasgow 1997-2002 +-- License : see libraries/base/LICENSE +-- +-- Maintainer : cvs-ghc@haskell.org +-- Stability : internal +-- Portability : non-portable (GHC Extensions) +-- +-- This module provides a small set of low-level functions for packing +-- and unpacking a chunk of bytes. Used by code emitted by the compiler +-- plus the prelude libraries. +-- +-- The programmer level view of packed strings is provided by a GHC +-- system library PackedString. +-- +----------------------------------------------------------------------------- module GHC.Pack (