aboutsummaryrefslogtreecommitdiff
path: root/lib/checks/dead_end.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/checks/dead_end.mli')
-rw-r--r--lib/checks/dead_end.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/checks/dead_end.mli b/lib/checks/dead_end.mli
new file mode 100644
index 0000000..d8fe7d6
--- /dev/null
+++ b/lib/checks/dead_end.mli
@@ -0,0 +1,6 @@
+(** Checker looking for the dead ends in the source.
+
+ A dead end is a state where the user does not have any action.
+ *)
+
+include Qsp_syntax.S.Analyzer