aboutsummaryrefslogtreecommitdiffstats
path: root/csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-07-03 14:40:14 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-07-03 14:40:14 -0700
commit6b32cfd7754e1f420abf5d64beb5109d951162c7 (patch)
treecc881f063ed5f71da22528d32014e46a152dfaa8 /csc
parentbcb098e8eb18637b6999789585a38ff9168de9d5 (diff)
downloadchromatopelma-6b32cfd7754e1f420abf5d64beb5109d951162c7.tar.zst
Update a comment in compare.csc.
Diffstat (limited to 'csc')
-rw-r--r--csc/compare.csc4
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))