From 8db577d0ffa6d31c6183a20d108c7b803fd05a46 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Fri, 18 Dec 2020 11:00:00 +0100 Subject: [PATCH] README: Add a link to The Typed Racket Guide. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 620eac7..16be771 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # 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. +[Typed Racket](https://docs.racket-lang.org/ts-guide/)'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](https://www.gnu.org/licenses/quick-guide-gplv3.html).