summaryrefslogtreecommitdiff
path: root/control-flow.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-27 19:10:21 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-27 19:10:21 +0200
commit92cb7b11a4db45597d321b4b0b80507d4dbf252a (patch)
tree943b40c6596c3d13369ffef61e964b0048aed8d5 /control-flow.lisp
parent5458d9ab8b91c0eacc012ad188fc0b63846adf3f (diff)
Export recently introduced functions.
Diffstat (limited to 'control-flow.lisp')
-rw-r--r--control-flow.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/control-flow.lisp b/control-flow.lisp
index 0d380aa..9fae748 100644
--- a/control-flow.lisp
+++ b/control-flow.lisp
@@ -1,3 +1,6 @@
+(export '(identity constantly complement))
+
+
(defun identity (x)
x)