Re: Type BOOLEAN
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
With some cutting and pasting in multiple files (one of the Cardinal Bad Smells of Programming), I've added the generalized-boolean type. Somewhat redeemingly, I believe the rule of thumb is that one can cut and paste once before one needs to refactor to generalize the code. I've not yet tested the new type. But, I've gotten as far as adding the need for a test in the TODO ;-) I've uploaded version 2.11.8 with this new type. Kevin