aboutsummaryrefslogtreecommitdiff
path: root/lib/checks/dead_end.mli
blob: d8fe7d63845694e4dca3414bb3786584c8e03e60 (plain)
1
2
3
4
5
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