Skip to content

Instantly share code, notes, and snippets.

@craigbilner
Created April 26, 2020 11:41
Show Gist options
  • Save craigbilner/4ac6296f19e83e0aea6eb3c319d76412 to your computer and use it in GitHub Desktop.
Save craigbilner/4ac6296f19e83e0aea6eb3c319d76412 to your computer and use it in GitHub Desktop.
tjot: part 2
foo : Maybe (a -> b) -> Maybe a -> Maybe b
foo a b =
Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment