Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created June 13, 2017 09:56
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 deque-blog/14addd1f46b29c668bd846cd3f6f0d79 to your computer and use it in GitHub Desktop.
Save deque-blog/14addd1f46b29c668bd846cd3f6f0d79 to your computer and use it in GitHub Desktop.
3 +. 5
=> 8 : Int
[1, 2, 3] +. [4, 5]
=> [5, 7] : List Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment