X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FPrettyPrint%2FHughesPJ.hs;h=f126af55303210369928df1fd9df9eda4e645bf7;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=939ab1d11568127294b53e8160c60dd58442c4dc;hpb=d58e3d9205cb0f48da1451721b1a88af7e7ad9b4;p=ghc-base.git diff --git a/Text/PrettyPrint/HughesPJ.hs b/Text/PrettyPrint/HughesPJ.hs index 939ab1d..f126af5 100644 --- a/Text/PrettyPrint/HughesPJ.hs +++ b/Text/PrettyPrint/HughesPJ.hs @@ -1,21 +1,19 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Text.PrettyPrint.HughesPJ -- 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: HughesPJ.hs,v 1.1 2001/08/17 12:46:16 simonmar Exp $ --- --- John Hughes's and Simon Peyton Jones's Pretty Printer Combinators +-- John Hughes\'s and Simon Peyton Jones\'s Pretty Printer Combinators -- --- Based on "The Design of a Pretty-printing Library" +-- Based on /The Design of a Pretty-printing Library/ -- in Advanced Functional Programming, -- Johan Jeuring and Erik Meijer (eds), LNCS 925 --- http://www.cs.chalmers.se/~rjmh/Papers/pretty.ps +-- -- -- Heavily modified by Simon Peyton Jones, Dec 96 --