aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/environ.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-08-21 20:55:23 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-09 12:03:25 +0200
commit27c93465dcf0d5233c1195d1649f5e699ed54a90 (patch)
treeb8321dcfc73d9543223e3be70669b7936814e2e0 /kernel/environ.mli
parent01d0c1224e0a29f10b2cef5b3fd2b4d06a686055 (diff)
Packing the named_context_val in a proper record and marking it private.
Diffstat (limited to 'kernel/environ.mli')
-rw-r--r--kernel/environ.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli
index b5e576435..cb4a94d45 100644
--- a/kernel/environ.mli
+++ b/kernel/environ.mli
@@ -273,10 +273,6 @@ val apply_to_hyp_and_dependent_on : named_context_val -> variable ->
(Context.Named.Declaration.t -> named_context_val -> Context.Named.Declaration.t) ->
named_context_val
-val insert_after_hyp : named_context_val -> variable ->
- Context.Named.Declaration.t ->
- (Context.Named.t -> unit) -> named_context_val
-
val remove_hyps : Id.Set.t -> (Context.Named.Declaration.t -> Context.Named.Declaration.t) -> (Pre_env.lazy_val -> Pre_env.lazy_val) -> named_context_val -> named_context_val