Non-decimal radices/Output: Difference between revisions

m
m (→‎{{header|Haskell}}: (updated baseDigits function))
Line 603:
((\col ->
let width = maximum (length <$> col)
justifyRight n c s = drop (length s) (replicate n c ++<> s)
in justifyRight width ' ' <$> col) <$>
transpose rows)
9,655

edits