Skip to content

Instantly share code, notes, and snippets.

@teivah
Last active March 16, 2024 01:13
Show Gist options
  • Save teivah/2ef7bf6b636a947d4936704fbbf8da91 to your computer and use it in GitHub Desktop.
Save teivah/2ef7bf6b636a947d4936704fbbf8da91 to your computer and use it in GitHub Desktop.
fmapEx :: Maybe Int -- A function returning a Maybe Int
fmapEx = fmap (+ 1) (Just 42) -- Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment