Documentation
¶
Overview ¶
Package curry contains the implementation of the curry plugin, which generates the deriveCurry function.
The deriveCurry function curries the first two parameters of the input function.
deriveCurry(f func(A, B, ...) T) func(A) func(B, ...) T
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.