vendor/make-quickutils.lisp @ fc378d24dd2f
default tip
Make zdd union a bit cleaner
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 30 May 2017 15:13:42 +0000 |
parents |
fd5861c11c5f |
children |
(none) |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:compose
:copy-hash-table
:curry
:ensure-boolean
:ensure-gethash
:ensure-list
:extremum
:flatten-once
:hash-table-alist
:hash-table-keys
:hash-table-values
:map-product
:map-tree
:mkstr
:once-only
:partition-if
:rcurry
:set-equal
:shuffle
:subdivide
:symb
:with-gensyms
:with-output-to-file
:write-string-into-file
:yes-no
)
:package "SCULLY.QUICKUTILS")