Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hkts/TODO.md

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

Initial Push Todos

  • implement tests for other algebraic modules
    • need Traversal and ChainRec still
  • look at TODO items across codebase
  • curry semigroup and anything else that should be curried
  • work through adt by adt to add any useful missing modules
    • show
    • semigroup
    • ord
    • etc
  • 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?
  • consider migrating from const arrows to functions
  • TESTS!