Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b67f0e7

Browse files
author
José Valim
committed
Link to the Protocol module
1 parent 3edacf6 commit b67f0e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

getting-started/protocols.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,5 @@ Those are all protocols that ship with Elixir and they are being consolidated. B
234234
However, after our project is compiled using a tool like Mix, we know all modules that have been defined, including protocols and their implementations. This way, the protocol can be consolidated into a very simple and fast dispatch module.
235235

236236
From Elixir v1.2, protocol consolidation happens automatically for all projects. We will build our own project in the ***Mix and OTP guide***.
237+
238+
You can learn more about protocols and implementations in the [`Protocol`](https://hexdocs.pm/elixir/Protocol.html) module.

0 commit comments

Comments
 (0)