- Timestamp:
- Apr 18, 2024, 10:30:48 AM (7 months ago)
- Branches:
- master
- Children:
- 60c5b6d
- Parents:
- 7aa209e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Type.hpp
r7aa209e7 r8fd53b6e 430 430 TypeInstType( const TypeInstType & o ) = default; 431 431 432 TypeInstType( const TypeEnvKey & key );432 explicit TypeInstType( const TypeEnvKey & key ); 433 433 434 434 /// sets `base`, updating `kind` correctly
Note: See TracChangeset
for help on using the changeset viewer.