X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FPrettyPrint%2FHughesPJ.hs;h=f126af55303210369928df1fd9df9eda4e645bf7;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=8b77da87519b9ddc8fb038f4f660e2e0e37cc8ff;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Text/PrettyPrint/HughesPJ.hs b/Text/PrettyPrint/HughesPJ.hs index 8b77da8..f126af5 100644 --- a/Text/PrettyPrint/HughesPJ.hs +++ b/Text/PrettyPrint/HughesPJ.hs @@ -2,20 +2,18 @@ -- | -- 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.2 2002/04/24 16:31:47 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 --