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 96cbaa1 commit e02149dCopy full SHA for e02149d
src/bloqade/qasm2/dialects/expr/__init__.py
@@ -1,3 +1,3 @@
1
-from . import emit as emit, interp as interp, lowering as lowering
+from . import emit as emit, interp as interp, _lowering as _lowering
2
from .stmts import * # noqa: F403
3
from ._dialect import dialect as dialect
src/bloqade/qasm2/dialects/expr/lowering.py renamed to src/bloqade/qasm2/dialects/expr/_lowering.py
0 commit comments