@@ -3,8 +3,6 @@ |
||
| 3 | 3 | * This file contains functions dealing with functions. |
| 4 | 4 | */ |
| 5 | 5 | |
| 6 | -use Tarsana\Functional\Exceptions\InvalidArgument; |
|
| 7 | - |
|
| 8 | 6 | /** |
| 9 | 7 | * Adds the `Tarsana\Functional\` namespace to a function name. |
| 10 | 8 | * This is useful to pass non-curried functions as parameter. |