From d94b8ee9383df27f8ab96b89e3b787f083ec524b Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 15 Nov 2020 14:10:19 +0300 Subject: fix(core): rename seq? to vector? --- cljlib.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cljlib.fnl') diff --git a/cljlib.fnl b/cljlib.fnl index f25e321..d519383 100644 --- a/cljlib.fnl +++ b/cljlib.fnl @@ -44,7 +44,7 @@ arguments to `args`." (or (not= (type k) :number) (not= k 1))))))) -(fn* core.seq? +(fn* core.vector? "Check whether `tbl` is an sequential table." [tbl] (if (= (type tbl) :table) -- cgit v1.2.3