We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd87254 commit 04ca7daCopy full SHA for 04ca7da
getting-started/protocols.markdown
@@ -83,6 +83,7 @@ In the [previous chapter](/getting-started/structs.html), we have learned that a
83
iex> Size.size(%{})
84
0
85
iex> set = %MapSet{} = MapSet.new
86
+#MapSet<[]>
87
iex> Size.size(set)
88
** (Protocol.UndefinedError) protocol Size not implemented for #MapSet<[]>
89
```
0 commit comments