@relate/types
v1.0.4
Published
Relate type system
Downloads
9
Keywords
Readme
@relate/types
The Relate type system package, a drop-in replacement for lodash following a monadic pattern.
Installation
$ npm ci
Building
$ npm run build
Testing
$ npm test
Monads
Helpful Resources
- What The Heck Is A Monad
- A Guide to Scala Collections: Exploring Monads in Scala Collections
- Practical introduction to Functional Programming with JS
We have our own monadic type system which is continuously under development. The aim of this system is to ensure type-safety, reduce complexity of logic and control-flows, improve legibility of code, and improve TypeScripts ability to do type-inference et al.
We currently have the main data types of JS represented
** See the docs for detailed usage **