lamphpda icon indicating copy to clipboard operation
lamphpda copied to clipboard

Add `IO` data type

Open marcosh opened this issue 4 years ago • 0 comments

Define IO data structure. The easiest encoding could be done using thunks, as in https://gcanti.github.io/fp-ts/modules/IO.ts.html

  • [x] Functor instance
  • [x] Apply instance
  • [x] Applicative instance
  • [x] Monad instance
  • [ ] Alternative instance

marcosh avatar Oct 18 '21 06:10 marcosh