- Timestamp:
- Apr 18, 2024, 12:12:25 PM (9 months ago)
- Branches:
- master
- Children:
- 7a780ad, d4264e8
- Parents:
- fbe3f03 (diff), 8fd53b6e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Type.hpp
rfbe3f03 r60c5b6d 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.