README: Add a link to The Typed Racket Guide.

This commit is contained in:
Sergiu Ivanov 2020-12-18 11:00:00 +01:00
parent 52a3042afd
commit 8db577d0ff
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# Utilities for composing functions in Typed Racket # Utilities for composing functions in Typed Racket
Typed Racket's `compose` only takes two arguments, because in general [Typed Racket](https://docs.racket-lang.org/ts-guide/)'s `compose`
it is difficult to specify that the return types and the argument only takes two arguments, because in general it is difficult to
types should be the same for two successive functions in the argument specify that the return types and the argument types should be the
list. This package defines some further utilities to allow same for two successive functions in the argument list. This package
`compose`-ing more than two functions more comfortable in defines some further utilities to allow `compose`-ing more than two
Typed Racket. functions more comfortable in Typed Racket.
This package is distributed under the [GNU GPLv3 This package is distributed under the [GNU GPLv3
licence](https://www.gnu.org/licenses/quick-guide-gplv3.html). licence](https://www.gnu.org/licenses/quick-guide-gplv3.html).