;;;; package.lisp (defpackage #:def (:use #:cl) (:shadow #:var #:class #:method) (:export #:class #:var #:const #:typed #:generic #:method))