nhooks icon indicating copy to clipboard operation
nhooks copied to clipboard

`equals` return true for any anonymous function.

Open kchanqvq opened this issue 1 year ago • 1 comments

Currently, (equals (lambda () 1) (lambda () 2)) returns T, which means each hook could have at most one anonymous handler. Is this intended behavior?

kchanqvq avatar Sep 27 '24 06:09 kchanqvq