vendor/make-quickutils.lisp @ 37e64253cccf
Stratify rules according to negations
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 20 Nov 2016 15:33:06 +0000 |
parents |
b4a7a2c6e449 |
children |
fe02d26f331f |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-hash-table
:curry
:ensure-boolean
:ensure-gethash
:ensure-list
:flatten-once
:hash-table-keys
:map-product
:mkstr
:once-only
:rcurry
:set-equal
:with-gensyms
:with-output-to-file
)
:package "SCULLY.QUICKUTILS")