Forked from
Glasgow Haskell Compiler / GHC
65509 commits behind the upstream repository.
-
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
sof authoredAdded 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