Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces monads as data structures with map and flatMap operations that must satisfy specific laws. It covers the definition of monads, examples like List and Option, monad laws, and checking laws using Option as an example.