dwyl / learn-elm

:rainbow: discover the beautiful programming language that makes front-end web apps a joy to build and maintain!
https://github.com/dwyl/learn-elm
483 stars 43 forks source link

Advanced Types in Elm - Extensible Records #102

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

Excellent article by @ckoster22 on Advanced Types https://medium.com/@ckoster22/advanced-types-in-elm-extensible-records-67e9d804030d

shared by @roryc89 in the context of Extending a Custom Type definition ...

YvesMuyaBenda commented 6 years ago

I never get tired reading about type systems, so cheers!