Programming Languages BooksHaskell Books

Notes on Functional Programming with Haskell

Advertisement

Notes on Functional Programming with Haskell

Notes on Functional Programming with Haskell

This note covers the following topics: Functions and their definitions, First look at Haskell, Using the interpreter, Haskell basics, Higher order functions, More list notation, More on data types, Input or output, Problem solving, Haskell laws, Program synthesis, Models of reduction, Divide and conquer algorithms and infinite data structures.

Author(s):

s192 Pages
Similar Books
Basics of Haskell

Basics of Haskell

This note describes the basics of Haskell including installation and variables and gradually progressing to more advanced concepts such as monads, type classes, performance, and specialized tasks like graphical user interfaces and working with databases. The document also includes information on libraries, testing, packaging, and the Foreign Function Interface.

s683 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

Advertisement