Attempt clarifying the pin operator

This commit is contained in:
Uku Taht
2016-04-26 12:57:42 +01:00
parent 2aeccdd8f7
commit 353ce95a1a
2 changed files with 6 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ defmodule PatternsTests do
test "Pattern Matching" do
answers = [
1,
true,
1,
2,
MatchError,
{:multiple, [1, [2,3,4]]},
[1,2,3,4],
3,