Programming Languages BooksHaskell Books

Haskell Libraries

Haskell Libraries

Haskell Libraries

This note explains The concurrent package, The data package, The lang package, The net package, The num  package, The posix package, The text package, The util package, and the Win32 package.

Author(s):

s49 Pages
Similar Books
Introduction to Programming in Haskell

Introduction to Programming in Haskell

This book covers topics on basic types, compilers vs. interpreters, functions, pattern matching, list manipulation, polymorphism, sorting algorithms, user-defined datatypes, abstract datatypes, tree traversals, input or output, and memoization, introduction to programming concepts, algorithms, and data structures. They also touch on arrays, priority queues, heaps, and dynamic programming.

s128 Pages
Haskell Programming by Christopher Allen

Haskell Programming by Christopher Allen

The PDF covers the following topics related to Haskell Programming : All You Need is Lambda, Hello, Haskell!, Strings, Basic datatypes, Types, Typeclasses, More functional patterns, Recursion, Lists, Folding lists, Algebraic datatypes, Signaling adversity, Testing, Monoid, Semigroup, Functor, Applicative, Monad, Applying structure, Foldable, Traversable, Reader, State, Parser combinators, Composing types, Monad transformers, Non-strictness, Basic libraries, IO.

s1076 Pages