> I think you cannot translate a functional expression like
> mix x (delay x)
> literally to a line of arrow syntax, that is, without introducing a
> variable name for the output of (delay x), unless I am missing something.
You're right, but it seems relatively painless:
y <- delay t -< x
returnA -< x+y
I guess it's just a matter of style.
-Paul
> _______________________________________________
> haskell-art mailing list
> [email protected]
> http://lists.lurk.org/mailman/listinfo/haskell-art
_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art