haskell_numbers by Uri Brecher is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
This project is a direct translation of Joël Queneville's great lecture A Number By Any Other Name from Elm to Haskell. I am planning on using this code as part of my own lecture in Functional Programming course at the Academic College of Tel-Aviv Yafo.
In the Money module I added a way to print Currency values
with the relevant currency symbol based on the specific coin type.
I also added a type predicate IsCoin
using Haskell type class mechanism
which isn't available in Elm.