aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: 8484a307fed2f93378ae5c4c0f4526fdf663f8db (plain)
1
2
3
4
5
6
7
8
;;;; package.lisp

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