Add a README.
This commit is contained in:
parent
b24bd5e658
commit
2e99c54804
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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.
|
Loading…
Reference in a new issue