Open mark-koch opened 1 month ago
In see two options:
py
into an actual function and use a CustomCallCheckerI'd say option 1 is the more pythonic. There are no function keywords in python3.
From a user perspective, if you can shadow print
you should be able to do the same with py
.
What happens if I write
?
_Originally posted by @aborgna-q in https://github.com/CQCL/guppylang/pull/515#discussion_r1782506340_