aboutsummaryrefslogtreecommitdiff
path: root/kernel/safe_typing.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-07-02 12:35:49 +0200
committerGaëtan Gilbert2019-07-03 17:01:29 +0200
commitd324c858be652659a5062332f00e7d20393a48be (patch)
tree8e36d767d1a11e47e9c825c3a8e96fd0f7fddf87 /kernel/safe_typing.mli
parent5a6de0ece2436a0fe49750ba0ec26da90f0417e3 (diff)
Safe_typing.push_named_assum: don't take universes
The caller should push them first
Diffstat (limited to 'kernel/safe_typing.mli')
-rw-r--r--kernel/safe_typing.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/safe_typing.mli b/kernel/safe_typing.mli
index 885becc40a..721282ae50 100644
--- a/kernel/safe_typing.mli
+++ b/kernel/safe_typing.mli
@@ -69,9 +69,7 @@ val is_joined_environment : safe_environment -> bool
(** Insertion of local declarations (Local or Variables) *)
-val push_named_assum :
- (Id.t * Constr.types * bool (* polymorphic *))
- Univ.in_universe_context_set -> safe_transformer0
+val push_named_assum : (Id.t * Constr.types) -> safe_transformer0
(** Returns the full universe context necessary to typecheck the definition
(futures are forced) *)