diff options
author | Chimrod <> | 2024-12-14 23:06:12 +0100 |
---|---|---|
committer | Chimrod <> | 2025-01-03 15:05:00 +0100 |
commit | 75f3eabb46eded01460f7700a75d094100047438 (patch) | |
tree | 4dcee7d2fc9310ff41776d9df8986f5efa0db229 /lib/checks/check.mli | |
parent | 289dc576624d4233116806e566bb791fee1de178 (diff) |
Diffstat (limited to 'lib/checks/check.mli')
-rw-r--r-- | lib/checks/check.mli | 5 |
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"] |