-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
TypeParam encodes static types while TypeArg encodes the values of static types. A static type itself is statically known information and so merits to be passed as an argument. This enables expressing the types of various constructions declaratively, improves consistency and shrinks the gap with hugr-model. In particular:
TypeArgshould be able to embedTypeParam.TypeParamshould gain a variantTypeParam::Staticthat is the type of static types.TypeParamshould allow variables.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request