Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 26, 2019 08:44
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 Whateverable/340de81c990e1f40432feba024055330 to your computer and use it in GitHub Desktop.
Save Whateverable/340de81c990e1f40432feba024055330 to your computer and use it in GitHub Desktop.
evalable6
https://gist.github.com/taboege/500b3c4c3dc64668e2fe5f09699c7ead
(Set)
set(A.new(x => 1))
set(A.new(x => 1) A.new(x => 2))
set(A.new(x => 1) A.new(x => 2) A.new(x => 3))
set(A.new(x => 1) A.new(x => 2) A.new(x => 3) A.new(x => 4))
set(A.new(x => 1) A.new(x => 2) A.new(x => 3) A.new(x => 4) A.new(x => 5))
set(A.new(x => 1) A.new(x => 2) A.new(x => 3) A.new(x => 4) A.new(x => 5) A.new(x => 6))
set(A.new(x => 1) A.new(x => 2) A.new(x => 3) A.new(x => 4) A.new(x => 5) A.new(x => 6) A.new(x => 7))
set(A.new(x => 1) A.new(x => 2) A.new(x => 3) A.new(x => 4) A.new(x => 5) A.new(x => 6) A.new(x => 7) A.new(x => 8))
set(A.new(x => 1) A.new(x => 2) A.new(x => 3) A.new(x => 4) A.new(x => 5) A.new(x => 6) A.new(x => 7) A.new(x => 8) A.new(x => 9))
set(A.new(x => 1) A.new(x => 10) A.new(x => 2) A.new(x => 3) A.new(x => 4) A.new(x => 5) A.new(x => 6) A.new(x => 7) A.new(x => 8) A.new(x => 9))
set(A.new(x => 1) A.new(x => 10) A.new(x => 11) A.new(x => 2) A.new(x => 3) A.new(x => 4) A.new(x => 5) A.new(x => 6) A.new(x => 7) A.new(x => 8) A.new(x => 9))
set(A.new(x => 1) A.new(x => 10) A.new(x => 11) A.new(x => 12) A.new(x => 2) A.new(x => 3) A.new(x => 4) A.new(x => 5) A.new(x => 6) A.new(x => 7) A.new(x => 8) A.new(x => 9))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment