diff options
| author | Matej Kosik | 2016-08-14 19:10:35 +0200 |
|---|---|---|
| committer | Matej Kosik | 2016-08-25 10:52:26 +0200 |
| commit | 3e6bc0e8d09e3eb913b366b4f5db280154b94018 (patch) | |
| tree | 9f29b4bfa294ee8b204c860ee9eadb8bb76e03e2 /kernel/declarations.mli | |
| parent | 4688a3b9750827eb0f5f61066ca617efcd97bc8c (diff) | |
CLEANUP: Type alias "Context.section_context" was removed
Diffstat (limited to 'kernel/declarations.mli')
| -rw-r--r-- | kernel/declarations.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli index f89773fcc5..fe2fa6d7f3 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -78,7 +78,7 @@ type typing_flags = { (* some contraints are in constant_constraints, some other may be in * the OpaueDef *) type constant_body = { - const_hyps : Context.section_context; (** New: younger hyp at top *) + const_hyps : Context.Named.t; (** New: younger hyp at top *) const_body : constant_def; const_type : constant_type; const_body_code : Cemitcodes.to_patch_substituted option; @@ -177,7 +177,7 @@ type mutual_inductive_body = { mind_ntypes : int; (** Number of types in the block *) - mind_hyps : Context.section_context; (** Section hypotheses on which the block depends *) + mind_hyps : Context.Named.t; (** Section hypotheses on which the block depends *) mind_nparams : int; (** Number of expected parameters including non-uniform ones (i.e. length of mind_params_ctxt w/o let-in) *) |
