We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c53555 commit 15366cbCopy full SHA for 15366cb
src/bloqade/squin/groups.py
@@ -28,6 +28,5 @@ def run_pass(method: ir.Method, *, fold=True, typeinfer=True):
28
if typeinfer:
29
typeinfer_pass(method) # fix types after desugaring
30
method.verify_type()
31
- # method.print()
32
33
return run_pass
0 commit comments