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 866c61d commit e418e4cCopy full SHA for e418e4c
doc/src/manual/modules.md
@@ -192,8 +192,6 @@ julia> nice(::Cat) = "nice 😸"
192
ERROR: invalid method definition in Main: function NiceStuff.nice must be explicitly imported to be extended
193
Stacktrace:
194
[1] top-level scope
195
- @ none:0
196
- [2] top-level scope
197
@ none:1
198
```
199
src/julia-syntax.scm
@@ -4131,8 +4131,9 @@ f(x) = yt(x)
4131
`(toplevel-butfirst
4132
;; wrap in toplevel-butfirst so it gets moved higher along with
4133
;; closure type definitions
4134
+ (unnecessary ,(cadr e))
4135
,e
- (thunk (lambda () (() () 0 ()) (block (return ,e))))))))
4136
+ (latestworld)))))
4137
((null? cvs)
4138
`(block
4139
,@sp-inits
0 commit comments