Skip to content

Commit

Permalink
Also export arithmetic.conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Sep 3, 2024
1 parent 3f17a0f commit 8de7750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hugr-py/src/hugr/std/int.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
if TYPE_CHECKING:
from hugr.ops import Command, ComWire

CONVERSIONS_EXTENSION = _load_extension("arithmetic.conversions")

INT_TYPES_EXTENSION = _load_extension("arithmetic.int.types")
_INT_PARAM = tys.BoundedNatParam(7)

Expand Down

0 comments on commit 8de7750

Please sign in to comment.