src/make-quickutils.lisp @ c4dd0b6c3a91
Remove unused arguments
The compiler (mostly) doesn't need the WAM itself anymore.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 15 Jul 2016 22:02:11 +0000 |
parents |
a8598eafe403 |
children |
ba96e98a1d54 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(:define-constant
:set-equal
:curry
:switch
:ensure-boolean
:while
:until
:tree-member-p
:with-gensyms
:once-only
:zip
:alist-to-hash-table
:map-tree
:weave
:alist-plist
:equivalence-classes
:map-product)
:package "BONES.QUICKUTILS")