mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:20:10 +01:00
This is needed to model things like the category of `x` in the body of `fn Foo(F:! Core.Form, x:? F)`, where the category of `x` is determined by the concrete value of `F` (see #5389 for the design of `:?` bindings). This will be used in a follow-up PR.