[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)
commitb539ec83a70567b0b8d1fddf99b09e072ab8c23e
treea6fa0655612b7053d772b3c37b5e57d1be4ce5d9
parent32db97748d339d778f56886be07c0e38a8bdbd9a
[project @ 2003-07-21 09:26:23 by simonmar]
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
Numeric.hs