Closed
Description
In the Compound Data Types chapter of the book, the term "arity" is used without any prior definition:
You can assign one tuple into another, if they have the same arity and contained types.
I've learned enough formal logic and programming language theory to know what "arity" means, but I suspect most programmers don't. (Neither does my spell checker!) And the book otherwise seems to be trying to use clear language and be readable by non-experts. I suggest changing it to:
You can assign one tuple into another, if they have the same number and type of items.