Skip to content

Instantly share code, notes, and snippets.

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