Last active
March 16, 2024 01:13
-
-
Save teivah/2ef7bf6b636a947d4936704fbbf8da91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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