-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Combine hugr types and ops into one module (#51)
Once we upgrade hugr there's a lot of mutual dependency in the data structures, like HugrValue -> TypeArg -> HugrType -> NodeOp -> Hugr -> HugrValue. Sadly this means it becomes a pain to mimick the file structure used in guppy with a separation between ops and types. Guppy can do it because in python you can use types that haven't been defined
- Loading branch information
Showing
4 changed files
with
161 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters