Closed desaikd closed 3 years ago
Issue: Fixes #25
Description of changes:
IslType
TypeDefinition
PendingType
TypeId
Constraint
type_id + type_store.types_by_id.len()
Tests: adds changes for using corresponding anonymous/named types in unit tests.
Issue: Fixes #25
Description of changes:
IslType
enum with two different implementations for anonymous and named ISL typesTypeDefinition
enum with two implementations for anonymous and named type definitionsPendingType
s to store correctTypeId
inConstraint
s (type_id + type_store.types_by_id.len()
)Tests: adds changes for using corresponding anonymous/named types in unit tests.