From ae389b9480d46091bfd9b6843aebdc48aa577c16 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Mon, 28 Aug 2023 22:13:21 +0300 Subject: Update fennel-test, and add test runner script --- cljlib.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cljlib.fnl') diff --git a/cljlib.fnl b/cljlib.fnl index de753ad..29be35e 100644 --- a/cljlib.fnl +++ b/cljlib.fnl @@ -675,6 +675,7 @@ accepts sorting function `f`. " (eval-compiler (local lib-name (or :lazy-seq)) + (fn lazy-seq [...] "Create lazy sequence from the result provided by running the `body'. Delays the execution until the resulting sequence is consumed. @@ -1875,8 +1876,7 @@ called. Early termination is supported via `reduced`. ;;; cljlib (eval-compiler - (local lib-name - (or ... :cljlib)) + (local lib-name (or ... :cljlib)) (fn string? [x] (= :string (type x))) -- cgit v1.2.3