mathbot
mathbot copied to clipboard
Comparison operators not well defined in lists.
Equality operator currently checks whether two lists are the same object. It should check if the contents are the same.
Less than / greater than should compare the contents of the lists as well.