Skip to main content
Module

x/hkts/TODO.md

Functional programming tools: option, either, task, state, optics, etc.
Go to Latest
File

Initial Push Todos

  • feature parity on option and either with fp-ts
  • clean sequenceT and sequenceS implementations
  • optionT and eitherT implementations
  • datum and datumEither implemtations
  • port io-ts (likely will need additional adts for this)
  • port monocle-ts (likely will need additional adts for this)
  • task and taskEither implementations
  • investigate Functor/Functor2 overloads (instead of duplication)
  • port hyper-ts to Deno

Version 1.0.0 features

  • auto documentation (port docs-ts)
  • spend a week on examples and introduction posts