vendor/make-quickutils.lisp @ 7e80eda84170
v1.4.0
Add an explicit condition hierarchy
Fixes https://github.com/sjl/cl-digraph/issues/5
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 14 Mar 2021 21:31:34 -0400 |
parents |
f5cdc0242ec0 |
children |
(none) |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(
:appendf
:compose
:curry
:dohash
:ensure-boolean
:ensure-gethash
:ensure-list
:hash-table-keys
:maphash-keys
:mkstr
:once-only
:rcurry
:removef
:symb
:with-gensyms
)
:package "DIGRAPH.QUICKUTILS")