Skip to content

Commit b973c3c

Browse files
authored
exports
1 parent cac4737 commit b973c3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/functioncompositions.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
export splat, SplattingFunctor
2+
export compose, , ComposedFunctor
3+
14
"""
25
`SplattingFunctor` is a singleton type (with instance `splat`) that indicates a
36
composed function should splat arguments into a function, such that

0 commit comments

Comments
 (0)