equals
equals :: a → a → Boolean
Takes a value val, of any type, and returns a new function evaluating that the received value equals val (the one previously defined).
Last updated
equals :: a → a → Boolean
Takes a value val, of any type, and returns a new function evaluating that the received value equals val (the one previously defined).
Last updated