aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/dead_end.mli
diff options
context:
space:
mode:
authorChimrod <>2024-12-02 09:05:18 +0100
committerChimrod <>2024-12-02 09:05:18 +0100
commit53c02501935b3cb2db78e79deb4d38c997505a95 (patch)
tree88a75e012ee186ffb6c6e3e0c53ba80610ec3b0b /lib/syntax/dead_end.mli
parent9e7b9de243e488e15d2c7528ce64e569eba8add2 (diff)
Moved the checks in a dedicated library
Diffstat (limited to 'lib/syntax/dead_end.mli')
-rw-r--r--lib/syntax/dead_end.mli6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/syntax/dead_end.mli b/lib/syntax/dead_end.mli
deleted file mode 100644
index 451fe58..0000000
--- a/lib/syntax/dead_end.mli
+++ /dev/null
@@ -1,6 +0,0 @@
-(** Checker looking for the dead ends in the source.
-
- A dead end is a state where the user does not have any action.
- *)
-
-include S.Analyzer