summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml
diff options
context:
space:
mode:
authorSon Ho2022-12-15 20:41:41 +0100
committerSon HO2023-02-03 11:21:46 +0100
commitc9bc12605e0760a2f452af47badb42a0069e60c6 (patch)
tree71317a8b63c59c9f02dd9f874bffb7ecc879fad8 /compiler/Pure.ml
parent20332f3faa5e1205602c946f1c7abb9b6660e6f0 (diff)
Make good progress on updating SymbolicToPure
Diffstat (limited to '')
-rw-r--r--compiler/Pure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Pure.ml b/compiler/Pure.ml
index e6106eed..10ce876f 100644
--- a/compiler/Pure.ml
+++ b/compiler/Pure.ml
@@ -15,7 +15,7 @@ module FunDeclId = A.FunDeclId
module GlobalDeclId = A.GlobalDeclId
(** We redefine identifiers for loop: in {Values}, the identifiers are global
- (they monotonically increase across functions) while in {!Pure} we want
+ (they monotonically increase across functions) while in {!module:Pure} we want
the indices to start at 0 for every function.
*)
module LoopId = IdGen ()