feat: add tint2ish tag list and clock to sidebar

This commit is contained in:
2019-01-15 15:14:29 +11:00
parent 54230c55dd
commit 7b21018a59
19 changed files with 355 additions and 65 deletions

View File

@@ -13,5 +13,12 @@
(fn std.zero? [n]
(= 0 n))
(fn std.fn? [f]
(= (type f) :function))
(fn std.s-empty? [s]
(or (= nil s)
(= "" s)))
std
;;; std.fnl ends here