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/231802760107b23d806171fea5c9bfa9 to your computer and use it in GitHub Desktop.
Save teivah/231802760107b23d806171fea5c9bfa9 to your computer and use it in GitHub Desktop.
fmapEx :: [Int] -- A function returning a list
fmapEx = fmap (+ 1) [1, 2, 3] -- [2, 3, 4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment