Ralf Hemmecke <[EMAIL PROTECTED]> writes:
> > bottomUp t ==
> >-- bottomUp takes an attributed tree, and returns the modeSet for it.
> >-- As a side-effect it also evaluates the tree.
> > @@ -258,6 +263,11 @@
> > argModeSetList:= [bottomUp x for x in argl]
> >
> > ms :
> bottomUp t ==
>-- bottomUp takes an attributed tree, and returns the modeSet for it.
>-- As a side-effect it also evaluates the tree.
> @@ -258,6 +263,11 @@
> argModeSetList:= [bottomUp x for x in argl]
>
> ms := bottomUpForm(t,op,opName,argl,argModeSetList)
> +--
Dear Gaby, Waldek,
I tried today to port from open-axiom the feature that allows an ordinary
function to return a type, but failed. I.e.:
---
)abbrev package EXPORT ExportType
ExportType(x: Ring): with
baseRing: () -
Ralf Hemmecke <[EMAIL PROTECTED]>
writes:
>> I just saw that open-axiom uses sed to modify the sources. What do you
>> prefer?
>>
>> Martin
>>
>> edit = sed \
>> -e 's|@[EMAIL PROTECTED]|$(open_axiom_installdir)|g' \
>> -e 's|@[EMAIL PROTECTED]|$(axiom_optimize_options)|g' \
>>