aboutsummaryrefslogtreecommitdiff
path: root/lib/checks/check.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/checks/check.mli')
-rw-r--r--lib/checks/check.mli5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/checks/check.mli b/lib/checks/check.mli
index 8502753..ebed0df 100644
--- a/lib/checks/check.mli
+++ b/lib/checks/check.mli
@@ -24,6 +24,9 @@ val get : 'a Type.Id.t -> result -> 'a option
module Make (A : sig
val t : Qsp_syntax.Catalog.ex array
end) : sig
- include Qsp_syntax.S.Analyzer with type Location.t = result array
+ include
+ Qsp_syntax.S.Analyzer
+ with type Location.t = result array
+ and type context = result array
end
[@@warning "-67"]