File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,13 +245,13 @@ defmodule Module do
245
245
end
246
246
247
247
The following attributes are part of typespecs and are also reserved by
248
- Elixir:
248
+ Elixir (see `Kernel.Typespec` for more information about typespecs) :
249
249
250
250
* `@type` - defines a type to be used in `@spec`
251
+ * `@typep` - defines a private type to be used in `@spec`
252
+ * `@opaque` - defines an opaque type to be used in `@spec`
251
253
* `@spec` - provides a specification for a function
252
254
* `@callback` - provides a specification for the behavior callback
253
- * `@export_type` - informs which types can be exported
254
- * `@opaque` - defines an opaque type to be used in `@spec`
255
255
256
256
In addition to the built-in attributes outlined above, custom attributes may
257
257
also be added. A custom attribute is any valid identifier prefixed with an
You can’t perform that action at this time.
0 commit comments