Demonstrating MapSets similarity to List using Enum.fetch. Koan added to demonstrate MapSets being unordered after 32.

This commit is contained in:
Mahmut Surekci
2016-05-27 18:44:47 +01:00
parent 925f6ba2f7
commit 48df8ad8af
2 changed files with 17 additions and 7 deletions

View File

@@ -4,8 +4,10 @@ defmodule MapSetsTest do
test "MapSets" do
answers = [
{:multiple, [true, false]},
1,
3,
:ok,
{:multiple, [true, false]},
true,
true,
false,