summaryrefslogtreecommitdiff
path: root/compiler/Utils.ml
diff options
context:
space:
mode:
authorSon Ho2022-10-27 12:12:29 +0200
committerSon HO2022-10-27 12:58:47 +0200
commit4671daa0899d3c897cb28baeb5e62b2486fbeba7 (patch)
tree27742cf37811f8515976a3eb33cd43424c9ad4f9 /compiler/Utils.ml
parent5cdea01dea654713b887017efe80e620f8e14932 (diff)
Reformat the code
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