Skip to content

Instantly share code, notes, and snippets.

@teivah
Created March 16, 2024 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teivah/1b27ed88c113b3769660ca602c41a12f to your computer and use it in GitHub Desktop.
Save teivah/1b27ed88c113b3769660ca602c41a12f to your computer and use it in GitHub Desktop.
fmapEx :: Maybe Int
fmapEx = fmap (Just (+ 1)) (Just 42) -- Does not compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment