Reposition MapSets koans. Reposition some of the koans to make it clear why MapSets are interesting.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user