iqsharp
iqsharp copied to clipboard
passing a callable as an argument to %simulate
How can I do if I want to call an operation that have another operation as an argument. I have tried '%simulate operationA(operationB)' and '%simulate operation A operationB' but it doesnt work
Hi! Currently %simulate doesn't support passing an operation as an argument. A workaround would be to define an operation operationAWithB that passes operationB to operationA, then call that through %simulate operationAWithB