summaryrefslogtreecommitdiff
path: root/src/Contexts.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-06 18:25:09 +0100
committerSon Ho2022-01-06 18:25:09 +0100
commit1d0254f555e26968badf05d605cd630c018dcaa8 (patch)
treed11e8d89ec4f398cbbe9f45703cab86e25cb6ff5 /src/Contexts.ml
parentf3982cbe9782405b50b04c948ba7cb0bd89ef85f (diff)
Cleanup
Diffstat (limited to '')
-rw-r--r--src/Contexts.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Contexts.ml b/src/Contexts.ml
index f8a7b56b..0fe3a09a 100644
--- a/src/Contexts.ml
+++ b/src/Contexts.ml
@@ -27,8 +27,8 @@ let abstraction_id_counter, fresh_abstraction_id =
AbstractionId.fresh_stateful_generator ()
(** We shouldn't need to reset the global counters, but it might be good to
- to it from time to time, every time we evaluate/synthesize a function for
- instance.
+ do it from time to time, for instance every time we start evaluating/
+ synthesizing a function.
The reasons are manifold:
- it might prevent the counters from overflowing (although this seems