Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (18 loc) · 561 Bytes

TODO.md

File metadata and controls

19 lines (18 loc) · 561 Bytes

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!