Skip to content

Latest commit

 

History

History

Lecture4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lecture4 - Monads and IO

  • Monad

    • The typeclass
    • Instances
    • Laws
    • >>=
  • FAMily

    • Functor
    • Applicative
    • Monad
  • Purity

  • IO

    • getLine
    • putStrLn
  • Main and main

  • >>

  • do