vendor/make-quickutils.lisp @ 9ceb59a426ad

Remove unused macro
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Dec 2019 16:58:49 -0500
parents 75998992ab3c
children ebd2a1bb4889
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :copy-hash-table
               :curry
               :deletef
               :ensure-gethash
               :extremum
               :flatten-once
               :hash-table-keys
               :hash-table-values
               :once-only
               :rcurry
               :read-file-into-string
               :removef
               :symb
               :with-gensyms

               )
  :package "ADVENT.QUICKUTILS")