Questions about Predicate checks and lodash.isEqual equivalent in Effect
Hi, I have 2 questions about Predicate and equality checks: 1. I see that Predicate does not have the "isAsyncFunction" check, only "isPromise". Can this check be added please? Here's how this check can be done in theory https://stackoverflow.com/a/38510353 2. Does Effect have some sort of an equivalent of "lodash.isEqual()" fn?