This repo contains an npm library implementing generic functional utilities for the node projects of the Sainte-Justine hospitals.
npm install @cr-ste-justine/functional-utils
Contains generic monadic utilities to handle monadic types using functional composition.
Please, look at the comments in the monad.js file for documentation about particular functions.
Contains generic utilities to wrap results of functions in an Either monad.
Please, look at the comments in the either.js file for documentation about particular functions.