option-t
A toolkit of Nullable/Option/Result type implementation in ECMAScript. Their APIs are inspired by Rust's `Option<T>` and `Result<T, E>`.
spica
Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.
funfix-core
Sub-package of Funfix exposing primitive interfaces and data types belonging into a standard library
funfix-exec
Sub-package of Funfix defining type classes inspired by Haskell's standard library and by Typelevel Cats