summaryrefslogtreecommitdiff
path: root/src/hir/pattern.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/pattern.hpp')
-rw-r--r--src/hir/pattern.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/pattern.hpp b/src/hir/pattern.hpp
index 8b67b599..479666f7 100644
--- a/src/hir/pattern.hpp
+++ b/src/hir/pattern.hpp
@@ -46,7 +46,7 @@ struct Pattern
{
TAGGED_UNION(Value, String,
(Integer, struct {
- enum ::HIR::CoreType type;
+ enum ::HIR::CoreType type; // Str == _
uint64_t value; // Signed numbers are encoded as 2's complement
}),
(String, ::std::string),