Skip to content

Instantly share code, notes, and snippets.

@onosendi
Created July 31, 2022 16:22
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 onosendi/cc23301dd780b75da9e53edfccadc7ff to your computer and use it in GitHub Desktop.
Save onosendi/cc23301dd780b75da9e53edfccadc7ff to your computer and use it in GitHub Desktop.
foo = map (++ "bar")
res = foo ["baz", "foo"]
main = putStrLn res
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment