You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas-devel
Suppose I have a union
U ==> Union(elem: T, oppo :T)
with the meaning that oppo represents a concept of "opposite".
According to page 145 of the aldor user guide
==============
-- This import causes both union branches to be ‘Integer’.
import from MyType(Integer, Integer);
fun [coef == 7];
fun [expon == 7];
==============
I would be able to create an element that lives in the elem or oppo side
of the union U.
How can I do that in SPAD?
Ralf
Waldek Hebisch
unread,
May 2, 2023, 8:11:54 PM5/2/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
AFAIK ATM there is no way. The attached patch tries to add Aldor way
to SPad compiler.