-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
Tuple{T,U...}->RT
syntax for explicit OpaqueClosure type
This provides a means to explicitly specify the return type of an OpaqueClosure, which previously was not possible without calling `jl_new_opaque_closure` directly. As a result, `@opaque AT (...)->...` is no longer an allowed form to define an OpaqueClosure. Instead `@opaque AT->_ (...)->...` should be used.
- Loading branch information
1 parent
9fecc19
commit a4a5912
Showing
3 changed files
with
33 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters