Default type class, define-translation-method
commitab9cdb385a9e0628dd1904f7c5bc7030b189737f
authorLiam M. Healy <lhealy@common-lisp.net>
Wed, 26 Oct 2011 03:22:23 +0000 (25 23:22 -0400)
committerLiam M. Healy <lhealy@common-lisp.net>
Wed, 26 Oct 2011 03:22:23 +0000 (25 23:22 -0400)
treed95c30ab635b0a0594da2708223c670804c0d22b
parent12d94e206b4bdb94b99c0b145d35102b89bfcca7
Default type class, define-translation-method

Make a default :class argument in defcstruct which is the structure
name and '-tclass concatenated.  New macro define-translation-method
for convenience to define translation methods.  It's a first cut, not
quite how I'd like, and untested.
fsbv/package.lisp
src/structures.lisp
src/types.lisp