[project @ 2003-07-21 09:26:23 by simonmar]
authorsimonmar <unknown>
Mon, 21 Jul 2003 09:26:23 +0000 (09:26 +0000)
committersimonmar <unknown>
Mon, 21 Jul 2003 09:26:23 +0000 (09:26 +0000)
Fix showIntAtBase to match the report.  Its signature was previously

  showIntAtBase :: Integral a => a -> (a -> Char) -> a -> ShowS

and is now:

  showIntAtBase :: Integral a => a -> (a -> Char) -> a -> ShowS


No differences found