[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BOOLE



BOOLE isn't consistently projected into the 1-argument case;
(BOOLE 10 X) should return the complement of X, and
(BOOLE  5 X) should return X [at least, by projecting the
bitwise definition of the boole operation number].
but (BOOLE 10 X) returns X, and (BOOLE 10 X Y) returns the
complement of X.