Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

publish 0.0.2 #4

Open
stoeffel opened this issue Feb 17, 2016 · 0 comments
Open

publish 0.0.2 #4

stoeffel opened this issue Feb 17, 2016 · 0 comments

Comments

@stoeffel
Copy link
Member

The currently published version of fantasy-combinators has a bug:

// S combinator
function substitution(f) {
    return function(g) {
        return function(x) {
-           f(x)(g(x));
+          return f(x)(g(x));
        };
    };
}

Would be cool if we could publish 0.0.2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant