Utilities for function composition in Typed Racket.
COPYING | ||
info.rkt | ||
README.md | ||
typed-compose.rkt | ||
typed-compose.scrbl |
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.