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

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