summaryrefslogtreecommitdiff
path: root/compiler/Utils.ml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Utils.ml')
-rw-r--r--compiler/Utils.ml6
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/Utils.ml b/compiler/Utils.ml
new file mode 100644
index 00000000..a285e869
--- /dev/null
+++ b/compiler/Utils.ml
@@ -0,0 +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.
+ *)