Haskell Quick Syntax Reference A Pocket Guide to the Language, APIs, and Library

This condensed code and syntax reference presents the essential Haskell syntax in a well-organized format that can be used as a quick and handy reference, including applications to cloud computing and data analysis. This book covers the functional programming features of Haskell as well as strong st...

Descripción completa

Detalles Bibliográficos
Autores principales: Nita, Stefania Loredana. author (author), Mihailescu, Marius. author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2019.
Edición:1st ed. 2019.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630573506719
Tabla de Contenidos:
  • 1. Functional Programming
  • 2. Static Typing
  • 3. GHC
  • 4. Types
  • 5. Tuples
  • 6. Lists
  • 7. Functions
  • 8. Recursion
  • 9. List Comprehension
  • 10. Classes
  • 11. Pattern Matching
  • 12. Monads
  • 13. Monads Transformers
  • 14. Parsecs
  • 15. Folds
  • 16. Algorithms
  • 17. Parsings
  • 18. Parallelism
  • 19. Haskell Pipes
  • 20. Lens
  • 21. Lazy Evaluation
  • 22. Performance
  • 23. Haskell Stack
  • 24. Yesod
  • 25. Haskell Libraries
  • 26. Cabal.