diff options
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) |