package-test.lisp @ 6138ec555cde

Change functor representation

Functors are now (symbol . arity) pairs in the functor table, and the functor
cells simply contain the address into the table and nothing more.
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Apr 2016 15:00:28 +0000
parents a6a6f6361af3
children e29b793a6e91
(defpackage #:bones-test
  (:use #:cl #:5am
        #:bones))

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