src/make-quickutils.lisp @ 4d17e3cb6fa2
Type-hint the WAM `setf` functions
Not sure why I never did this before...
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 10 Jul 2016 21:08:12 +0000 |
parents |
a3466a551136 |
children |
a8598eafe403 |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(:define-constant
:set-equal
:curry
:switch
:ensure-boolean
:while
:until
:tree-member-p
:tree-collect
:with-gensyms
:once-only
:zip
:alist-to-hash-table
:map-tree
:weave
:alist-plist
:equivalence-classes
:map-product)
:package "BONES.QUICKUTILS")