Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 429 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 429 Bytes

elm-mom

Generalizes most computational effects.

Continuations are very powerful. Powerful enough for most other data types to be implemented using them. This library explores the use of continuations to represent other data types.

Based on ideas presented here and here.