File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -341,9 +341,10 @@ These symbols appear in the `head` field of [`Expr`](@ref)s in lowered form.
341
341
342
342
* ` args[1] `
343
343
344
- A function name, or ` false ` if unknown. If a symbol, then the expression first
345
- behaves like the 1-argument form above. This argument is ignored from then on. When
346
- this is ` false ` , it means a method is being added strictly by type, ` (::T)(x) = x ` .
344
+ A function name, or ` nothing ` if unknown or unneeded. If a symbol, then the expression
345
+ first behaves like the 1-argument form above. This argument is ignored from then on.
346
+ It can be ` nothing ` when methods are added strictly by type, ` (::T)(x) = x ` ,
347
+ or when a method is being added to an existing function, ` MyModule.f(x) = x ` .
347
348
348
349
* ` args[2] `
349
350
You can’t perform that action at this time.
0 commit comments