ok let's assume the context. basically, the set of stuff that's
considered, is the context.

say we're in the context of integers. now our items are integers.

class Item(int):
  pass

and equality is the equal operator

def Equals(a, b):
  return a == b

Is this too defined? Not abstracted enough?

Reply via email to