Last active
July 4, 2017 22:49
-
-
Save dewey92/0f4e2029414cfd323bbc580677398138 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
| const jihad = liftA(getName, getChild(munirFam)) // Maybe('Jihad') | |
| const pita = liftA(getName, getChild(wawanFam)) // Maybe('Puspita') | |
| console.log(liftA2(textPenghulu, jihad, pita)) | |
| // => Maybe('Saya nikahkan Jihad dan Puspita, sah!') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment