diff options
author | Piotr Szarmanski | 2022-10-10 15:18:22 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-10-10 15:18:22 +0200 |
commit | 50e39b868c93e520e6245c196802d48b53c6fc1c (patch) | |
tree | 3ca40810622853c7668eed386b519c953b527b04 /src/package.lisp | |
parent | 5411a7d6b4cd0197c34b8c97da75a24b71aa978d (diff) |
Add serapeum and clean up type specifiers.
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp index 31c4c56..d386990 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -15,7 +15,7 @@ (defpackage eris - (:use common-lisp trivial-gray-streams alexandria function-cache) + (:use common-lisp trivial-gray-streams alexandria serapeum function-cache) (:export #:eris-encode #:eris-decode |