blob: 0cf7336feb064f41b0b4ced819f07516060ea6f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
(defpackage #:klatre
(:documentation "Grab-bag utility library for Common Lisp")
(:use #:cl)
(:export
;; Miscellanious utilities
#:comment #:posp
;; Sequence functions
#:chunk-list #:mapconcat))
|