Equivalex.equal-question-mark

You're seeing just the function equal-question-mark, go back to Equivalex module for more information.

Specs

equal?(term(), term()) :: boolean()

determine if two structures are the same

Comprisons are done bitwise on the destructured data.

The only short-circuits are for structures of differing sizes. Thus, information about whether a suspect string is of the correct length may be leaked.