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/typeops.mli | |
| parent | 4688a3b9750827eb0f5f61066ca617efcd97bc8c (diff) | |
CLEANUP: Type alias "Context.section_context" was removed
Diffstat (limited to 'kernel/typeops.mli')
| -rw-r--r-- | kernel/typeops.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli index 2112284ea6..81fd1427d0 100644 --- a/kernel/typeops.mli +++ b/kernel/typeops.mli @@ -127,4 +127,4 @@ val make_polymorphic_if_constant_for_ind : env -> unsafe_judgment -> constant_type (** Check that hyps are included in env and fails with error otherwise *) -val check_hyps_inclusion : env -> constr -> Context.section_context -> unit +val check_hyps_inclusion : env -> constr -> Context.Named.t -> unit |
