StephaneTrebel/funcprolib

View on GitHub

Showing 1 of 4 total issues

Function createMonad has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function createMonad(monadDefinition) {
    return function(input) {
        // @note Handle different Monad types here ? E.g Either(Maybe())
        if (input && input.isMonad) {
            return input;
Severity: Minor
Found in src/main.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language