Waldek Hebisch
unread,Jul 5, 2025, 6:59:12 PMJul 5Sign 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
Currently RecursivePolynomialCategory under some conditions declares
ConvertibleTo(String). This looks fishy. First, part of condition
is RetractableTo(Integer) and implementation uses retraction to
Integer. But in general retraction may fail, so this is too
weak condition. Second, AFAICS no other polynomial category
exports such operation and apparently it is used only to
implement some alternative debugging printouts.
I am thinking about removing this export.
--
Waldek Hebisch