package-test.lisp @ 678ab674bd33

Add result returning

Might refuckulate how the final functions are called to match PAIP's idea
later...
author Steve Losh <steve@stevelosh.com>
date Fri, 22 Apr 2016 13:50:42 +0000
parents e29b793a6e91
children f3ed7ce70f3b
(defpackage #:bones-test
  (:use #:cl
        #:5am
        #:bones))

(defpackage #:bones-test.paip
  (:use #:cl
        #:5am
        #:bones.quickutils
        #:bones.paip)
  ; kill me
  (:shadowing-import-from #:5am #:fail))