Created
April 8, 2016 16:11
-
-
Save ccapndave/ff97cfda664039eef3b7b2bd43ee3cab 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
simplifyMe = | |
Array.map << Array.map << (flip Maybe.andThen) <| (\s -> | |
if someCondition then | |
Nothing | |
else | |
Just s | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment