aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp5
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)