Text.PrettyPrint.HughesPJ bug (return of the dead?)

Tom Pledger Tom.Pledger@peace.com
Mon, 21 Jul 2003 12:15:23 +1200


Johannes Waldmann writes:
 :
 | > spaces 0 = ""
 | > spaces n       = ' ' : spaces (n - 1)
 | 
 | this should be  replicate n ' '  or something 
 | that behaves nicely for negative arguments.

Like an n+k pattern?  ;-)