diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-18 19:09:53 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-18 19:09:53 +0300 |
| commit | a0318645ec4ed7f4bfa6ab50d0a5ee7fc67b8006 (patch) | |
| tree | d9290ef5a92dfe98ed5beb2e63e8fec43b6e46ea /init.fnl | |
| parent | 9fda2f3096fc51b00587dc1a0d715fdd7120651b (diff) | |
fix: add doc for set? function
Diffstat (limited to 'init.fnl')
| -rw-r--r-- | init.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ from `macros.fnl'." (= (. (or (getmetatable mf) {}) :cljlib/type) :multifn)) (fn* core.set? - "" + "Test if `s` is either instance of a `hash-set' or `ordered-set'." [s] (match (. (or (getmetatable s) {}) :cljlib/type) :cljlib/ordered-set :cljlib/ordered-set |