From 6b32cfd7754e1f420abf5d64beb5109d951162c7 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 3 Jul 2022 14:40:14 -0700 Subject: Update a comment in compare.csc. --- csc/compare.csc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'csc/compare.csc') 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)) -- cgit v1.3.1