
19 Aug
2007
19 Aug
'07
2:58 p.m.
Author: abaine Date: Sun Aug 19 10:58:45 2007 New Revision: 146 Modified: trunk/funds/src/examples/package.lisp Log: Exported solve from example. Modified: trunk/funds/src/examples/package.lisp ============================================================================== --- trunk/funds/src/examples/package.lisp (original) +++ trunk/funds/src/examples/package.lisp Sun Aug 19 10:58:45 2007 @@ -2,4 +2,6 @@ (in-package :cl-user) (defpackage :funds-examples - (:use :cl :funds :iterate)) \ No newline at end of file + (:use :cl :funds :iterate) + (:export :solve + :p1 :p2)) \ No newline at end of file