terraform/internal/lang/types
Alisdair McDiarmid 843c50e8ce lang: Further limit the console-only type function
This commit introduces a capsule type, `TypeType`, which is used to
extricate type information from the console-only `type` function. In
combination with the `TypeType` mark, this allows us to restrict the use
of this function to top-level display of a value's type. Any other use
of `type()` will result in an error diagnostic.
2022-02-10 06:12:58 -05:00
..
type_type.go lang: Further limit the console-only type function 2022-02-10 06:12:58 -05:00
types.go lang: Further limit the console-only type function 2022-02-10 06:12:58 -05:00