learnyouanelm / learnyouanelm.github.io

“Learn You an Elm!”, based on LYAH by Miran Lipovača
http://learnyouanelm.github.io/
93 stars 16 forks source link

Convert modules chapter #29

Closed ebenpack closed 7 years ago

ebenpack commented 7 years ago

Converted from Haskell to Elm. Removed all non-applicable library functions.

Currently this is more or less just a straight 1-to-1 conversion. This chapter could probably use a fair bit more work to flesh out some of the (List|Dict|Set) library functions that LYAH didn't mention, and some of the other modules. Hopefully this is a good starting place, though.