nhooks
nhooks copied to clipboard
`equals` return true for any anonymous function.
Currently, (equals (lambda () 1) (lambda () 2)) returns T, which means each hook could have at most one anonymous handler. Is this intended behavior?