Issues with "Comparison syntax":
(if3) and (if**?) don't have a comparator parameter!
Issues with "Comparison procedures":
The (not=?) procedure should be removed, there is a long history of omitting it.
All (**?) procedures should be removed.
All (chain**?) procedures should be renamed to (**?).
All (**?) procedures: [(<?), (<=?), (=?), (>?), (>=?)] should have 2 or more parameters, as (chain**?) does now.
All (**/**?) procedures: [(</<=?), (>/>=?), (<=/<?), (>=/>?)] should have exactly 4 parameters, as they do now.
The (</<?) procedure should be removed, it is the same as the new (<?).
The (<=/<=?) procedure should be removed, it is the same as the new (<=?).
The (>/>?) procedure should be removed, it is the same as the new (>?).
The (>=/>=?) procedure should be removed, it is the same as the new (>=?).
_______________________________________________ Scheme-reports mailing list Scheme-reports@x http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports