Repo Added
|
Files
9
|
Badge
README BADGES
|
push
travis-ci
36 of 36 new or added lines in 1 file covered. (100.0%)
175 of 179 relevant lines covered (97.77%)
1.77 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
27 | named-let | let-bind the check-* functions In the olden days, ``` (check-true* (λ (x) (not x)) [#true] [#false]) ``` would expand to: ``` (begin (check-true ((λ (x) (not x)) #true)) (check-true ((λ (x) (not x)) #false))) ``` (No problem if there's an... | push | travis-ci | pending completion |