Re: [Ur] Empty transaction

2020-01-23 Thread Ziv Scully
As you mentioned in your other email, "return ()" is a no-op. Right now I think your code won't do quite what you want. It currently builds a transaction that will set at most one source, whereas I think you're trying to set all of them. This is because you're dropping the "acc" argument in the

[Ur] Empty transaction

2020-01-23 Thread Urs Wegmann
Found the solution myself: return () Sorry for the silly question, but I am a bit unfamiliar with this stuff (but slowly getting behind it). However; thanks for this great language! I think it can speed up developing for the web quite a bit.