aboutsummaryrefslogtreecommitdiff
path: root/bin/args.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 /bin/args.mli
parent9e7b9de243e488e15d2c7528ce64e569eba8add2 (diff)
Moved the checks in a dedicated library
Diffstat (limited to 'bin/args.mli')
-rw-r--r--bin/args.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/args.mli b/bin/args.mli
index fb15542..0041b59 100644
--- a/bin/args.mli
+++ b/bin/args.mli
@@ -4,6 +4,6 @@ type t = { reset_line : bool; filters : filters }
(** All the arguments given from the command line *)
val parse :
- modules:Qsp_syntax.Check.t list ->
+ modules:Qsp_checks.Check.t list ->
list_tests:(Format.formatter -> unit) ->
string list * t