blob: 0cf7336feb064f41b0b4ced819f07516060ea6f2 (
plain) (
tree)
|
|
(defpackage #:klatre
(:documentation "Grab-bag utility library for Common Lisp")
(:use #:cl)
(:export
;; Miscellanious utilities
#:comment #:posp
;; Sequence functions
#:chunk-list #:mapconcat))
|