compiler: type.zig -> Type.zig

This commit is contained in:
mlugg
2024-07-02 09:51:51 +01:00
parent ded5c759f8
commit 2f0f1efa6f
44 changed files with 3659 additions and 3659 deletions

View File

@@ -3,7 +3,7 @@ const assert = std.debug.assert;
const Allocator = std.mem.Allocator;
const Zcu = @import("Zcu.zig");
const InternPool = @import("InternPool.zig");
const Type = @import("type.zig").Type;
const Type = @import("Type.zig");
const Value = @import("Value.zig");
/// We use a tagged union here because while it wastes a few bytes for some tags, having a fixed