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

Rename bind to chain and change signature #41

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #35

codecov[bot] commented 7 years ago

Codecov Report

Merging #41 into master will increase coverage by 5.6%. The diff coverage is 78.57%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #41     +/-   ##
========================================
+ Coverage    76.6%   82.2%   +5.6%     
========================================
  Files          10      12      +2     
  Lines         530     635    +105     
========================================
+ Hits          406     522    +116     
+ Misses        124     113     -11
Impacted Files Coverage Δ
scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
main.rkt 63.44% <40%> (+17.6%) :arrow_up:
scribblings/base.rkt 100% <0%> (ø) :arrow_up:
private/manage.rkt 100% <0%> (ø)
testing.rkt 100% <0%> (ø)
private/pool.rkt 38.18% <0%> (+5.21%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 58660f2...36d7cb9. Read the comment docs.