Mark Koch
Mark Koch
But I assume we still want them in Guppy?
Instead of a new decorator, we could also consider a kwarg for the `@guppy` decorator similar to how we did `@guppy(unitary=True)`?
Thanks for reporting! Currently, nested functions can't refer to parameters from the outside, but I agree this would be nice addition. Created issue #1050 to track this. For now, you...
The main obstacle here is that we can't put them in `Const` nodes since they could call functions from the outside. But this is a problem for lists of functions:...
We should wait with this until #1018 is done
Looks to be Python 3.13 specific: https://github.com/pytest-dev/pytest/blob/f3da9187d0b7c2b0a1131ba4002cc55fda34bd5c/testing/code/test_excinfo.py#L379-L381
> How about making put and take the panicking versions and make the fallible versions try_take and try_put ? Actually, that sounds like a good option 👍
> IIUC the semantics of borrow/release mean (@mark-koch please confirm) that there should be no elements borrowed during any other array op (e.g. pop, swap with external element, passing the...
I'm not suggesting any change to Hugr, this should be a pure frontend feature
The problem seems to be the tab indentation