aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: 9359f1b2b60b910d78c7e6ab4cb61ed7bd576de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;;;; package.lisp

(defpackage #:derrida
  (:use #:cl)
  (:export #:with-plist
           #:with-alist
           #:slot-path-value
           #:gethash-path
           #:getf-path
           #:with-slot-paths
           #:with-keypaths
           #:with-hash-paths))