Martin Rubey wrote:
> Oh, I see now. The right design is to simply change
>
> MakeFunction(S: ConvertibleTo InputForm): Exports == Implementation where
>
> to
>
> MakeFunction(S: InputForm): Exports == Implementation where
>
> right?
>
InputForm is a domain, so this will work differently than you
expect... Since InputForm is just a _single_ value you can
either export function you want from MakeFunction(S: ConvertibleTo InputForm)
or define a zero-argument package (say MakeFunction2) or (as
Ralf suggested) directly use functions from InputForm.
ATM I can not say if any of the above or some deeper change is
better.
--
Waldek Hebisch
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---