Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose ComposedFunction as a public API #37517

Merged
merged 15 commits into from
Sep 24, 2020
Prev Previous commit
Next Next commit
Update base/operators.jl
Co-authored-by: Takafumi Arakaki <[email protected]>
  • Loading branch information
jw3126 and tkf committed Sep 10, 2020
commit 11b7f35d13a78fabc49f2044c4b98ff14d24fabd
2 changes: 1 addition & 1 deletion base/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ See also [Base.ComposedFunction](@ref).
function ∘ end

"""
ComposedFunction{F,G} <: Function
Base.ComposedFunction{F,G} <: Function

Represents the composition of two callable objects `f::F` and `g::G`.
```jldoctest
Expand Down