From: Enrico Tassi Date: Thu, 25 Sep 2008 16:59:36 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~4736 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=64eb7ed82fa34d58b0c67b9d93b294e64d50378f;p=helm.git ... --- diff --git a/helm/software/components/ng_kernel/nCicSubstitution.mli b/helm/software/components/ng_kernel/nCicSubstitution.mli index 9b277078d..f470b8a4d 100644 --- a/helm/software/components/ng_kernel/nCicSubstitution.mli +++ b/helm/software/components/ng_kernel/nCicSubstitution.mli @@ -25,11 +25,9 @@ val lift : ?from:int -> int -> NCic.term -> NCic.term (* well typed and avoid_beta_redexes is true. *) val subst : ?avoid_beta_redexes:bool -> NCic.term -> NCic.term -> NCic.term -(* psubst [avoid] [delift] [lift_args] [t] [map_arg] [args] +(* psubst [avoid] [map_arg] [args] [t] * [avoid] : do not leave newly created beta-redexes, default false - * [delift] : perform delifting * [t] : term to fill in - * [lift_args] : lift argument after map_arg is applied * [args] : stuff to substitute * [map_arg] : map the argument to obtain a term * the function is ReductionStrategy.from_env_for_unwind when psubst is