summaryrefslogtreecommitdiff
path: root/compiler/Utils.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/Utils.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Utils.ml b/compiler/Utils.ml
index a285e869..9a79eb55 100644
--- a/compiler/Utils.ml
+++ b/compiler/Utils.ml
@@ -1,6 +1,6 @@
-exception Found
(** Utility exception
When looking for something while exploring a term, it can be easier to
just throw an exception to signal we found what we were looking for.
*)
+exception Found