I'll make a PR.
But as a part of R7RS-large, I'd like to have some agreement, down the road, that a portable code can
rely on those comparator to be treated as srfi-128, because srfi-128 and srfi-114 comparators are not
necessarily compatible to each other and writing code to consider both possibilities will be cumbersome.
Gauche supports both srfi with integrated comparator so it's no issue. If an implementation supports
only one of them, it's also no issue. If an implementation supports both but as disjoint types, it'll be an issue.
So, could we have either mini-srfi or some other means, to agree that a portable R7RS-large code can
assume either (1) the implementation provides only srfi-128, or (2) if the implementation provides both128 and 114, the comparators are compatible to each other?