On Thu, Oct 17, 2019 at 4:19 AM Lars Ingebrigtsen <
address@hidden> wrote:
> I thought it was kinda opposite: When it's a predicate, we only care
> about nil/non-nil.
Most predicates are defined as t/nil, like numberp, booleanp, etc. Usually, the code that uses them only worries about the result being nil/non-nil, but there are some exceptions.
Anyway, if you feel strongly about anything on my recent patches, feel free to change it.