On 04/02, yann orlarey wrote:
>
> >
> >         s(x,y) = x + y; // same as s = \(x,y).(x + y);
> >         process = s(1,!,3);
> >
> > leads to "ERROR in sequential composition A:B".
> >
> > Again, it is not that I think this is wrong, but still.
>
>
>  I will do all the rewritings, step by step:
>
>    - s(1,!,3)
>    - \(x,y).(x + y)(1,!,3)
>    - \(y).(1 + y)(!,3)
>    - (1+!)(3)
>    - (1,! : +)(3)
>    - 3 : 1,! : +
>
> as we can see 1,!:+ is not correct, with a sequential composition error.

Yes, yes, I see.

OK, thanks Yann and sorry for noise!

Oleg.



_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to