Utilities for function composition in Typed Racket.
Go to file
Sergiu Ivanov 1dddc26d8d Fix the dependencies of the package.
The result of raco setup --fix-pkg-deps -l typed-compose
2020-12-17 21:21:34 +01:00
LICENSE Add the license. 2020-12-17 21:09:31 +01:00
README.md Add the license. 2020-12-17 21:09:31 +01:00
info.rkt Fix the dependencies of the package. 2020-12-17 21:21:34 +01:00
typed-compose.rkt Start the package. 2020-12-17 20:45:26 +01:00
typed-compose.scrbl Add the license. 2020-12-17 21:09:31 +01:00

README.md

Utilities for composing functions in Typed Racket

Typed Racket's compose only takes two arguments, because in general it is difficult to specify that the return types and the argument types should be the same for two successive functions in the argument list. This package defines some further utilities to allow compose-ing more than two functions more comfortable in Typed Racket.

This package is distributed under the GNU GPLv3 licence.