[Haskell-beginners] How to best handle classes of types, interactions and listing of different types?

Imants Cekusins imantc at gmail.com
Mon May 23 20:03:53 UTC 2016


for me a rule of thumb for choosing features / extensions is: if I see
compiler errors, I should understand them and know how to fix them.
​
Parameterized types, type sinonyms, records and classes with as few
extensions as possible are pretty much all I use, type wise. You can do a
lot with them alone.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160523/b5d9c7de/attachment.html>


More information about the Beginners mailing list