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 f206f65a..efb0bb67 100644
--- a/compiler/Values.ml
+++ b/compiler/Values.ml
@@ -45,6 +45,8 @@ type sv_kind =
| LoopOutput (** The output of a loop (seen as a forward computation) *)
| LoopGivenBack
(** A value given back by a loop (when ending abstractions while going backwards) *)
+ | LoopJoin
+ (** The result of a loop join (when computing loop fixed points) *)
[@@deriving show, ord]
(** A symbolic value *)