www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 0c3b4d1c89bdda23a63c0bbe037a3633c899ed8e
parent ec662685d5b1fdaa5f527454cfa2b1fd59b57737
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Wed, 28 Jul 2021 21:10:17 +0100

Uniformize afilter and amap tests

Diffstat:
Mtest/afilter-test.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/afilter-test.rkt b/test/afilter-test.rkt @@ -16,7 +16,7 @@ "Multiple 'it' in a nested expression.") (define (f lst) - (afilter (= it 42) lst)) + (afilter (/ it 0) lst)) (check-equal? '()