Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
65509 commits behind the upstream repository.
  • sof's avatar
    571f57b0
    [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
    History
    [project @ 1999-01-19 09:55:05 by sof]
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
NumExts.lhs 2.34 KiB