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

  • port monocle-ts
    • need to finish Traversal
  • implement tests for other algebraic modules
    • need Traversal and ChainRec still
  • port hyper-ts to Deno
    • revisit middleware structure
    • look into implementing MiddlewareStateEither (might require length 5 constructor)

Version 1.0.0 features

  • stack safe recursion for sequence constructors
    • trampoline?
  • auto documentation (port docs-ts)
    • just use deno docs
  • spend a week on examples and introduction posts
    • work with tmueller?