Reposition MapSets koans. Reposition some of the koans to make it clear why MapSets are interesting.

This commit is contained in:
Mahmut Surekci
2016-05-27 15:51:45 +01:00
parent 4f81db44a2
commit 317ea5d208
10 changed files with 13 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ defmodule Runner do
Lists,
KeywordLists,
Maps,
MapSets,
Structs,
PatternMatching,
Functions,
@@ -17,7 +18,6 @@ defmodule Runner do
Tasks,
Agents,
Protocols,
MapSets,
]
def koan?(koan), do: Enum.member?(@modules, koan)