Rep is not exported. Packages should avoid making assumptions about
internal representation if at all possible. Usually this means adding
additional exports that provide appropriate access.

On Sat, Mar 10, 2012 at 9:01 AM, Serge D. Mechveliani <[email protected]> wrote:
> People,
>
> In the below Spad program, the domain  DomainConstruction
> defines
>    Rep := Union(dConsBasic : Symbol, dConsFr : %, dConsUP : UPCons)
>
> and uses these tags, for example, by `case'.
> The package  DParse1  also uses one of these tags by
>                                                  dc case dConsBasic.
> This yields      >> Apparent user error:
>                 dConsBasic
>                    is an unknown mode
>
> The impression is that these union tags are not imported, despite that
> DomainConstruction  is imported.
>
> Can you tell, please, how to fix this?
>
> Thank you in advance for explanation,
>

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to