Skip to content

Instantly share code, notes, and snippets.

@dewey92
Last active July 4, 2017 22:49
Show Gist options
  • Select an option

  • Save dewey92/0f4e2029414cfd323bbc580677398138 to your computer and use it in GitHub Desktop.

Select an option

Save dewey92/0f4e2029414cfd323bbc580677398138 to your computer and use it in GitHub Desktop.
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