summaryrefslogtreecommitdiff
path: root/compiler/SymbolicAst.ml
diff options
context:
space:
mode:
authorSon Ho2024-02-08 09:42:00 +0100
committerSon Ho2024-03-17 04:53:07 +0100
commit91d62c6e73cd67236848c3efa85f85ae152d0d4e (patch)
treea79a50daf9bc23070cd168c985930e3e99f75aa4 /compiler/SymbolicAst.ml
parentc33a9807cf6aa21b2364449ee756ebf93de19eca (diff)
Update following changes in Charon
Diffstat (limited to 'compiler/SymbolicAst.ml')
-rw-r--r--compiler/SymbolicAst.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/SymbolicAst.ml b/compiler/SymbolicAst.ml
index 7252a020..79c03e58 100644
--- a/compiler/SymbolicAst.ml
+++ b/compiler/SymbolicAst.ml
@@ -251,8 +251,7 @@ and value_aggregate =
| VaCgValue of const_generic_var_id
(** This is used when evaluating a const generic value: in the interpreter,
we introduce a fresh symbolic value. *)
- | VaTraitConstValue of trait_ref * generic_args * string
- (** A trait constant value *)
+ | VaTraitConstValue of trait_ref * string (** A trait constant value *)
[@@deriving
show,
visitors