Commatizing numbers: Difference between revisions

Content added Content deleted
m (→‎{{header|Haskell}}: (specified imports, applied hlint))
m (→‎{{header|Haskell}}: works with a more recent version of GHC, too)
Line 455: Line 455:


{{Works with|GHC|7.8.3}}
{{Works with|GHC|7.8.3}}
{{Works with|GHC|8.6.5}}


<lang haskell>#!/usr/bin/env runhaskell
<lang haskell>#!/usr/bin/env runhaskell