aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/check.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/syntax/check.mli')
-rw-r--r--lib/syntax/check.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/syntax/check.mli b/lib/syntax/check.mli
index 759a07a..daacf47 100644
--- a/lib/syntax/check.mli
+++ b/lib/syntax/check.mli
@@ -35,6 +35,8 @@ val build :
Return the result type which hold the final result value, and checker
itself. *)
+val get_module : t -> (module S.Analyzer)
+
type result
val get : 'a Id.typeid -> result -> 'a option