Skip to content

catreadme/concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Programming Concepts

Contents

Monads

Monads as described in Monads for functional programming [Philip Wadler, 1992]

  • 01 Introduces a basic evaluator and outlines the concepts of exceptions, state and output
  • 02 Presents the monadic solutions to those concepts
  • 03 Concludes with the monad laws

"Shall I be pure or impure?"

A monad is a triple (M,unit,★) consisting of a type constructor M and two operations of the given polymorphic types.

Continuation Passing Style

TODO

Y-Combinator

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published