We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a629cfc commit e369900Copy full SHA for e369900
lib/elixir/src/elixir_def.erl
@@ -1,4 +1,4 @@
1
-% Holds the logic responsible for functions definition (def(p) and defmacro(p)).
+% Holds the logic responsible for function definitions (def(p) and defmacro(p)).
2
-module(elixir_def).
3
-export([table/1, clauses_table/1, setup/1,
4
cleanup/1, reset_last/1, lookup_definition/2,
0 commit comments