Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 255 Bytes

eff-ts

First order, deterministic effect system for TS. The API is inspired by freer-simple.

Provided effects:

  • Async
  • Reader
  • Error

TODO:

  • State
  • Writer
  • NonDet
  • Multiple errors