We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac4737 commit b973c3cCopy full SHA for b973c3c
base/functioncompositions.jl
@@ -1,3 +1,6 @@
1
+export splat, SplattingFunctor
2
+export compose, ∘, ComposedFunctor
3
+
4
"""
5
`SplattingFunctor` is a singleton type (with instance `splat`) that indicates a
6
composed function should splat arguments into a function, such that
0 commit comments