diff options
| author | Maxime Dénès | 2018-02-19 11:17:43 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-02-19 11:17:43 +0100 |
| commit | aec63ba9c8f6840d98ba731640a786138d836343 (patch) | |
| tree | 4cb8fd89ef12bfba60188bfdccaafc5a9ab6007d /kernel/declarations.ml | |
| parent | f0147fd87440396aeaee5eada538e09423fe299e (diff) | |
| parent | 19b04b2bd1c5b505c70723a16505fcb3e6d41ede (diff) | |
Merge PR #6728: Extrude monomorphic universe contexts from with Definition constraints.
Diffstat (limited to 'kernel/declarations.ml')
| -rw-r--r-- | kernel/declarations.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/declarations.ml b/kernel/declarations.ml index 5b9e1a1414..cb7f0ecef3 100644 --- a/kernel/declarations.ml +++ b/kernel/declarations.ml @@ -219,7 +219,7 @@ type ('ty,'a) functorize = type with_declaration = | WithMod of Id.t list * ModPath.t - | WithDef of Id.t list * constr Univ.in_universe_context + | WithDef of Id.t list * (constr * Univ.AUContext.t option) type module_alg_expr = | MEident of ModPath.t |
