Skip to content

Commit c8fa15e

Browse files
authored
Merge pull request #3 from MRoqueta/master
Modified export statement
2 parents 382e451 + 7e41d97 commit c8fa15e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/PartialFunctions.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module PartialFunctions
22

3-
export $, <|
3+
export $
4+
export <|
45
include("reversedfunctions.jl")
56

67
name = (string Symbol)
@@ -55,7 +56,7 @@ end
5556
<|(f, args)
5657
5758
Applies a function to the succeeding argument or tuple of arguments. Acts as the reverse
58-
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
5960
an alternative, low-parenthese function chaining syntax
6061
6162
# Examples

0 commit comments

Comments
 (0)