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

Fix contract error in disposable-apply #43

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #39

codecov[bot] commented 7 years ago

Codecov Report

Merging #43 into master will increase coverage by 12.04%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #43       +/-   ##
===========================================
+ Coverage   83.94%   95.99%   +12.04%     
===========================================
  Files          12       12               
  Lines         598      599        +1     
===========================================
+ Hits          502      575       +73     
+ Misses         96       24       -72
Impacted Files Coverage Δ
main.rkt 91.48% <100%> (+28.04%) :arrow_up:
private/pool.rkt 93.75% <0%> (+57.5%) :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 656e60f...980365c. Read the comment docs.