Skip to content

Commit 382e451

Browse files
authored
Update PartialFunctions.jl
1 parent dd99bf3 commit 382e451

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PartialFunctions.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ println("Simon says: ", ...)
3838
3939
julia> simonsays("Partial function application is cool!")
4040
Simon says: Partial function application is cool!
41-
42-
julia> typeof(simonsays)
43-
PartialFunctions.PartialFunction{typeof(println),Tuple{String}}
4441
```
4542
"""
4643
($)(f::Function, args::Tuple) = PartialFunction(f, args, (;))

0 commit comments

Comments
 (0)