diff options
Diffstat (limited to 'src/package.lisp')
| -rw-r--r-- | src/package.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp new file mode 100644 index 0000000..c0af7dc --- /dev/null +++ b/src/package.lisp @@ -0,0 +1,6 @@ +(defpackage #:substrate/hash-table + (:use #:cl) + (:export #:hash + #:keys + #:vals + #:get-in)) |
