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 cbae0c1 commit f42a0c1Copy full SHA for f42a0c1
src/bloqade/squin/groups.py
@@ -25,6 +25,5 @@ def run_pass(method: ir.Method, *, fold=True, typeinfer=True):
25
if typeinfer:
26
typeinfer_pass(method) # fix types after desugaring
27
method.verify_type()
28
- # method.print()
29
30
return run_pass
0 commit comments