Skip to content

Latest commit

 

History

History

Chapter5. Functors Applicatives & Monads

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Chapter5. Functors Applicatives & Monads

Goals

  • Understand the Functor type class
  • Understand the Applicative type class
  • Understand the Monad type class

Curricula

  • Get Programming with Haskell - Unit 5

Examples