From 92cb7b11a4db45597d321b4b0b80507d4dbf252a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2008 19:10:21 +0200 Subject: Export recently introduced functions. --- control-flow.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'control-flow.lisp') 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) -- cgit v1.2.3