A toolkit of Nullable/Option/Result type implementation in ECMAScript. Their APIs are inspired by Rust's Option<T> and Result<T, E>.
Sub-package of Funfix exposing primitive interfaces and data types belonging into a standard library
Sub-package of Funfix defining type classes inspired by Haskell's standard library and by Typelevel Cats
Option, Result, and Either types for JavaScript - Inspired by Rust