We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 382e451 + 7e41d97 commit c8fa15eCopy full SHA for c8fa15e
src/PartialFunctions.jl
@@ -1,6 +1,7 @@
1
module PartialFunctions
2
3
-export $, <|
+export $
4
+export <|
5
include("reversedfunctions.jl")
6
7
name = (string ∘ Symbol)
@@ -55,7 +56,7 @@ end
55
56
<|(f, args)
57
58
Applies a function to the succeeding argument or tuple of arguments. Acts as the reverse
-of [`|>`](@ref), and is especially useful when combined with partial functions for
59
+of [`|>`](@ref), and is especially useful when combined with partial functions for
60
an alternative, low-parenthese function chaining syntax
61
62
# Examples
0 commit comments