aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: 62377cbfc7b203eabe68578be4d7801f09ca2869 (plain)
1
2
3
4
5
6
;;;; package.lisp

(defpackage #:derrida
  (:use #:cl)
  (:export #:with-plist
           #:with-alist))