On 03/27/2018 07:18 PM, Martin Sebor wrote: > +Because a @code{pure} function can have no side-effects it does not
FWIW, I'd suggest rephrasing as: Because a @code{pure} function cannot have side effects because "can have no side-effects" can be read as "is allowed to have no side effects", which gave me pause when I read it the first time, and is the opposite of what you mean. Thanks, Pedro Alves