Gabriel Dos Reis <[EMAIL PROTECTED]> writes:

> I don't see '#' more confusing than ')' -- but maybe your point is
> that I'm not a human.

No, you don't seem to have programmed much in Aldor.  Here an example,
constructed from combinat, containing an "obvious" error:

<<exports of List from LibAldor>>=
if S has OutputType then OutputType;
#: % -> ACMachineInteger;
empty: %;
apply: (%, ACMachineInteger) -> S;
set!: (%, ACMachineInteger, S) -> S;
map: (S -> S) -> % -> %;
setRest!: (%, %) -> %;
@

Of course, given the context of the discussion, the error is not hard to spot.
But at least I ran into it several times.

Martin



_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to