Created
November 8, 2015 17:13
-
-
Save reharik/d1d46e80c037e4f4d28e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var isValidCommand = [ef.isNonSystemEvent, matchesCommand, ef.parseData].reduce(_.curry((x,y) => x(y) ? true : false)); | |
| _ == ramda | |
| ef.isNonSystemEvent :: object -> Myabe(bool) | |
| matchesCommand :: object -> Maybe(bool) | |
| ef.hasData :: object -> Maybe(bool) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment