Skip to content

Commit

Permalink
Add FUNCTION-CELL to names imported and re-expoted.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Sep 20, 2020
1 parent f078e6d commit d7ccedd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Environment-Clostrum/packages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
unless (member symbol '(clostrum:run-time-environment
clostrum:compilation-environment))
collect (symbol-name symbol)))
(:import-from #:clostrum/virtual
#:function-cell)
(:export #:global-environment
#:client
#:method-combination-template
Expand All @@ -35,6 +37,7 @@
#:type
#:value
#:find-method-combination-template
#:function-cell
.
#.(loop for symbol being each external-symbol in '#:clostrum
unless (member symbol '(clostrum:run-time-environment
Expand Down

0 comments on commit d7ccedd

Please sign in to comment.