Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save dewey92/db8629f004179a313257e3630dafd83a to your computer and use it in GitHub Desktop.
const getHalfOfChildsAge = compose(
safeDivisionBy(2),
getAge,
getChild
)
// getChild :: Person → Maybe Person
// getAge :: Person → Maybe Number
// safeDivisionBy :: Number → Number → Maybe Number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment