diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-07-03 14:40:14 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-07-03 14:40:14 -0700 |
| commit | 6b32cfd7754e1f420abf5d64beb5109d951162c7 (patch) | |
| tree | cc881f063ed5f71da22528d32014e46a152dfaa8 /csc/compare.csc | |
| parent | Add a diff library. (diff) | |
| download | chromatopelma-6b32cfd7754e1f420abf5d64beb5109d951162c7.tar.zst | |
Update a comment in compare.csc.
Diffstat (limited to 'csc/compare.csc')
| -rw-r--r-- | csc/compare.csc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csc/compare.csc b/csc/compare.csc index c9716bf..cbf8b6d 100644 --- a/csc/compare.csc +++ b/csc/compare.csc @@ -207,10 +207,6 @@ ; transformer. Each transformer is a pair of type predicate that the ; transformer matches on, and a function that transforms a value of that ; type into an alist. - ; - ; Potential future enhancements: - ; - support vector and bytevector - ; - split strings into lines (define (diff x y . transformers) (define d (open-output-string)) (define t* (cons default-transformers transformers)) |
