summaryrefslogtreecommitdiff
path: root/src/Utils.ml
diff options
context:
space:
mode:
authorSon Ho2022-10-27 09:16:46 +0200
committerSon HO2022-10-27 12:58:47 +0200
commit7e7d0d67de8285e1d6c589750191bce4f49aacb3 (patch)
tree5ef3178d2c3f7eadc82a0ea9497788e48ce67c2b /src/Utils.ml
parent16560ce5d6409e0f0326a0c6046960253e444ba4 (diff)
Reorganize a bit the project
Diffstat (limited to 'src/Utils.ml')
-rw-r--r--src/Utils.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Utils.ml b/src/Utils.ml
deleted file mode 100644
index a285e869..00000000
--- a/src/Utils.ml
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
- *)