Utilities for function composition in Typed Racket.
Go to file
Sergiu Ivanov ea710882e3 typed-compose.scrbl -> manual.scrbl 2020-12-27 23:24:17 +01:00
COPYING Fully comply with how GPL should be specified. 2020-12-17 21:54:12 +01:00
README.md README: Add a link to The Typed Racket Guide. 2020-12-18 11:00:00 +01:00
info.rkt typed-compose.scrbl -> manual.scrbl 2020-12-27 23:24:17 +01:00
main.rkt main: Move the first instance of module+ after provide. 2020-12-21 21:01:11 +01:00
manual.scrbl typed-compose.scrbl -> manual.scrbl 2020-12-27 23:24:17 +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.