Skip to content

Instantly share code, notes, and snippets.

@teivah
Last active March 16, 2024 00:34
Show Gist options
  • Save teivah/28fc23b4f25bcb74a5a8461b51ff2546 to your computer and use it in GitHub Desktop.
Save teivah/28fc23b4f25bcb74a5a8461b51ff2546 to your computer and use it in GitHub Desktop.
fmapEx :: Maybe Int
fmapEx = fmap (+ 1) Nothing -- Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment