Move pattern matching on structs koan to the later pattern matching module
This commit is contained in:
@@ -17,6 +17,7 @@ defmodule PatternsTests do
|
||||
{:multiple, ["Mickey", "Donald", "I need a name!"]},
|
||||
"dog",
|
||||
"Max",
|
||||
{:multiple, [true, false]},
|
||||
"Max",
|
||||
1,
|
||||
2,
|
||||
|
||||
Reference in New Issue
Block a user