Base58Check encoding: Difference between revisions

→‎{{header|Haskell}}: (Updated output)
(→‎{{header|Haskell}}: Updated 2nd Haskell version (for parallel with Python))
(→‎{{header|Haskell}}: (Updated output))
Line 400:
s : fmap (((++) . rjust w ' ' . xShow) <*> ((" -> " ++) . fxShow . f)) xs</lang>
{{Out}}
<pre>Base 58 encoding:
 
0x10966776006953d5567439e5e39f86a0d273beed61967f6 -> 6UwLL9Risc3QfPqBUvKofHmBQ7wMtjvM
0x61 -> 2g
9,655

edits