Skip to content
Vlad Patryshev edited this page May 26, 2023 · 42 revisions

FP Jargon Reference all morphisms chart

Misc+

Lambda

Some Combinators

  • ι = λf.((fS)K)
  • C = λfλgλx f(gx) // just composition
  • L = λxλf = f x x // lifting (?)
  • S = λcLc // e.g.

Languages

Haskell

Coq

Other

Types

ADT

Dependent Types

Optics

Concurrency

Monadic

Other links