Skip to content
  • sof's avatar
    [project @ 1999-01-19 09:55:05 by sof] · 571f57b0
    sof authored
    Added showBin (binary nums - no, the 'old' showBin & friends hasn't been resurrected)
    + showIntAtBase to export list:
    
       showBin       :: (Integral a) => a -> ShowS
       showIntAtBase :: Integral a
    	         => a            -- base
    	         -> (a -> Char)  -- digit to char
    	         -> a            -- number to show.
    	         -> ShowS
    571f57b0