diff options
Diffstat (limited to 'src/hir/hir.hpp')
-rw-r--r-- | src/hir/hir.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/hir.hpp b/src/hir/hir.hpp index daa27d10..d693c61d 100644 --- a/src/hir/hir.hpp +++ b/src/hir/hir.hpp @@ -50,6 +50,7 @@ struct VisEnt /// NOTE: Intentionally minimal, just covers the values (not the types) TAGGED_UNION(Literal, Invalid, (Invalid, struct {}), + (Defer, struct {}), // List = Array, Tuple, struct literal (List, ::std::vector<Literal>), // TODO: Have a variant for repetition lists // Variant = Enum variant |