Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.13 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.13 KB

haskell numbers

Creative Commons License
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.