diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-15 14:10:19 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-15 14:10:19 +0300 |
| commit | d94b8ee9383df27f8ab96b89e3b787f083ec524b (patch) | |
| tree | a20f19bb1eca154542c8deec701b8ce59a772aeb /cljlib.fnl | |
| parent | 4ea70bf39971eeb742a5de689a9ad8ba63559ecb (diff) | |
fix(core): rename seq? to vector?
Diffstat (limited to 'cljlib.fnl')
| -rw-r--r-- | cljlib.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |