julia icon indicating copy to clipboard operation
julia copied to clipboard

Support `@opaque Tuple{T,U...}->RT (...)->...` syntax for explicit arg/return types

Open topolarity opened this issue 1 year ago • 1 comments

This gives users a way to explicitly specify the return type of an OpaqueClosure, and it also removes the old syntax @opaque AT ... in preference of @opaque AT->_ ...

topolarity avatar Jun 26 '24 17:06 topolarity

This should be ready for review again

topolarity avatar Jun 27 '24 15:06 topolarity

@Keno If there are no complaints, I plan to merge this tomorrow

topolarity avatar Jul 01 '24 23:07 topolarity