Waldek Hebisch
unread,Apr 23, 2026, 8:43:42 PM (2 days ago) Apr 23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas...@googlegroups.com
Qian, it is very good that you fix spelling. However, maybe
you could be a bit more conservative. In one case I see
'specialised' changed to 'specialized'. AFAIK 'specialised'
is preferred British spelling. In another case I see:
++ interval(x,y) creates a new interval \spad{[x,y]}, if
- ++ \spad{x<=y} and $\spad{[y,x]}, if \spad{y<x}.
+ ++ \spad{x<=y}; returns \spad{[y,x]}, if \spad{y<x}.
qinterval : (R, R) -> %
I do not know what linguist would say, but the original for me
looks like things that appear in math texts and should be very
clear to any mathematician. Replacement is confusing, it is
written as if in one case function did not return anything
and only the second case returend something. So regardless
of language correctness, from information point of view the
second version looks worse.
--
Waldek Hebisch