aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/environ.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-10-12 23:28:12 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-10-12 23:28:12 +0200
commit2faa03903f63523707503ff7b10acac0f959ed0a (patch)
tree85ce645d0fad8f074ed6e2220fbd37fc6bf10048 /kernel/environ.mli
parent376b54ff8753496a54fb120e35cd1b8babb44ac9 (diff)
Remove dead code in Environ.
Diffstat (limited to 'kernel/environ.mli')
-rw-r--r--kernel/environ.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli
index 235ba2fd1..6ac00088b 100644
--- a/kernel/environ.mli
+++ b/kernel/environ.mli
@@ -264,14 +264,6 @@ val apply_to_hyp : named_context_val -> variable ->
(Context.Named.t -> Context.Named.Declaration.t -> Context.Named.t -> Context.Named.Declaration.t) ->
named_context_val
-(** [apply_to_hyp_and_dependent_on sign id f g] split [sign] into
- [tail::(id,_,_)::head] and
- return [(g tail)::(f (id,_,_))::head]. *)
-val apply_to_hyp_and_dependent_on : named_context_val -> variable ->
- (Context.Named.Declaration.t -> named_context_val -> Context.Named.Declaration.t) ->
- (Context.Named.Declaration.t -> named_context_val -> Context.Named.Declaration.t) ->
- 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