diff options
| author | Pierre-Marie Pédrot | 2018-01-29 17:01:20 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-02-16 13:27:23 +0100 |
| commit | 4d17489394dbf6008e5abd5b8d075f08280cd38c (patch) | |
| tree | cdc87208b35c927177e8b1f8978687414f191896 /library/declaremods.mli | |
| parent | 8dd6d091ffbfa237f7266eeca60187263a9b521f (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 'library/declaremods.mli')
| -rw-r--r-- | library/declaremods.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/declaremods.mli b/library/declaremods.mli index 42e5f4b135..0df55f34d7 100644 --- a/library/declaremods.mli +++ b/library/declaremods.mli @@ -13,7 +13,7 @@ open Vernacexpr type 'modast module_interpretor = Environ.env -> Misctypes.module_kind -> 'modast -> - Entries.module_struct_entry * Misctypes.module_kind + Entries.module_struct_entry * Misctypes.module_kind * Univ.ContextSet.t type 'modast module_params = (Id.t Loc.located list * ('modast * inline)) list |
