jackfirth / racket-disposable

An experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition
Apache License 2.0
7 stars 0 forks source link

Change `bind` to `chain` and change signature #35

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

It should map the signature of chain from data/monad. Providing multiple inputs at once can be done by first using apply.