summaryrefslogtreecommitdiff
path: root/compiler/Values.ml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Values.ml')
-rw-r--r--compiler/Values.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/Values.ml b/compiler/Values.ml
index 58737557..de27e7a9 100644
--- a/compiler/Values.ml
+++ b/compiler/Values.ml
@@ -54,6 +54,8 @@ type sv_kind =
(** A symbolic value we introduce in place of an aggregate value *)
| ConstGeneric
(** A symbolic value we introduce when using a const generic as a value *)
+ | TraitConst
+ (** A symbolic value we introduce when evaluating a trait associated constant *)
[@@deriving show, ord]
(** Ancestor for {!symbolic_value} iter visitor *)