carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Add `GenericInstance` type to represent instances of generics. #4085

Closed zygoloid closed 4 days ago

zygoloid commented 4 days ago

Also add a corresponding value store and YAML output.

We don't create any generic instances in this change; this is just adding infrastructure for future changes.