[racket-users] Re: [ANNOUNCE] New package typed-compose

2021-01-10 Thread unlimitedscolobb
Thank you for the feedback! I think this macro is a very nice idea and should indeed allow removing most compose-i functions, except maybe for compose-3 and compose-4, which can be examples of use of make-compose. I added a Contributing section to the README of the Git repo:

[racket-users] Re: [ANNOUNCE] New package typed-compose

2021-01-09 Thread philngu...@gmail.com
Nice package. I don't have an account and don't know how to do pull request on Marvid thing, but I suggest making a macro generating `compose-n` for arbitrary (statically known) n, and export it along side with the predefined compose-n functions, something along these lines: #lang