boolean-compare

[procedure] boolean-compare b1 b2

SRFI-67: Compares two booleans, ordered by #f < #t.

Note: A non-#f value is not interpreted as a true value, but rather an error will be signalled.