-
-
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.
Expose ComposedFunction as a public API (#37517)
* document ComposedFunction * add ComposedFunction to News.md * Give more descriptive names to the fields of ComposedFunction * export ComposedFunction Co-authored-by: Jonas Schulze <jonas.schulze7@t-online.de> Co-authored-by: Takafumi Arakaki <aka.tkf@gmail.com>
- Loading branch information
1 parent
864582c
commit 978123f
Showing
4 changed files
with
43 additions
and
8 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,6 +237,7 @@ Base.invokelatest | |
new | ||
Base.:(|>) | ||
Base.:(∘) | ||
Base.ComposedFunction | ||
``` | ||
|
||
## Syntax | ||
|