| ... | @@ -10,7 +10,7 @@ const Module = @import("Module.zig"); | ... | @@ -10,7 +10,7 @@ const Module = @import("Module.zig"); |
| 10 | const TypedValue = @import("TypedValue.zig"); | 10 | const TypedValue = @import("TypedValue.zig"); |
| 11 | const Sema = @import("Sema.zig"); | 11 | const Sema = @import("Sema.zig"); |
| 12 | const InternPool = @import("InternPool.zig"); | 12 | const InternPool = @import("InternPool.zig"); |
| 13 | pub const Value = @This(); | 13 | const Value = @This(); |
| 14 | | 14 | |
| 15 | /// We are migrating towards using this for every Value object. However, many | 15 | /// We are migrating towards using this for every Value object. However, many |
| 16 | /// values are still represented the legacy way. This is indicated by using | 16 | /// values are still represented the legacy way. This is indicated by using |