diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 16:55:51 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 17:11:20 +0100 |
commit | 5b518ad7205b3432d95ff2b3757e49914233d913 (patch) | |
tree | c4abb63c32cc1821a1f072a9e6487d067a873bc3 /src/package.lisp | |
parent | bc69faaa5bbd8a2d8afb9ab81882b1ba21c4bb8e (diff) |
Clean up eval-tree
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp index 962ce17..ee9b664 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -3,7 +3,10 @@ #:split-sequence #:alexandria #:trivia) - (:export)) + (:export #:eval-tree + #:*default-environment* + #:build-tree + #:read-tokens)) (in-package #:chains) |