aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/analyze.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/analyze.mli')
-rw-r--r--checker/analyze.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/checker/analyze.mli b/checker/analyze.mli
index 1b6c94759..9c837643f 100644
--- a/checker/analyze.mli
+++ b/checker/analyze.mli
@@ -45,3 +45,6 @@ end
module Make (M : Input) : S with type input = M.t
(** Functorized version of the previous code. *)
+
+val instantiate : data * obj LargeArray.t -> Obj.t
+(** Create the OCaml object out of the reified representation. *)