aboutsummaryrefslogtreecommitdiff
path: root/interp/modintern.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-01-29 17:01:20 +0100
committerPierre-Marie Pédrot2018-02-16 13:27:23 +0100
commit4d17489394dbf6008e5abd5b8d075f08280cd38c (patch)
treecdc87208b35c927177e8b1f8978687414f191896 /interp/modintern.mli
parent8dd6d091ffbfa237f7266eeca60187263a9b521f (diff)
Extrude monomorphic universe contexts from with Definition constraints.
We defer the computation of the universe quantification to the upper layer, outside of the kernel.
Diffstat (limited to 'interp/modintern.mli')
-rw-r--r--interp/modintern.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/modintern.mli b/interp/modintern.mli
index a21b6e2312..8d61006672 100644
--- a/interp/modintern.mli
+++ b/interp/modintern.mli
@@ -28,4 +28,4 @@ exception ModuleInternalizationError of module_internalization_error
isn't ModAny. *)
val interp_module_ast :
- env -> module_kind -> module_ast -> module_struct_entry * module_kind
+ env -> module_kind -> module_ast -> module_struct_entry * module_kind * Univ.ContextSet.t