diff options
| author | Maxime Dénès | 2017-12-08 10:27:15 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-08 10:27:15 +0100 |
| commit | 7b40908bfbc255d51384e88a73fa5d98380b237f (patch) | |
| tree | aa04a1ef7b7f4059034df5b11c3206d3855e0b99 /pretyping/reductionops.mli | |
| parent | 6d34fbc12186390da382819f06857c6e2d5d9cd1 (diff) | |
| parent | 7ced1ba0e6bf47efd75a4c7c607a99bc1198f4f3 (diff) | |
Merge PR #6334: Remove dead code in Reductionops
Diffstat (limited to 'pretyping/reductionops.mli')
| -rw-r--r-- | pretyping/reductionops.mli | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli index db0c29aeff..34fdbe8583 100644 --- a/pretyping/reductionops.mli +++ b/pretyping/reductionops.mli @@ -82,8 +82,6 @@ module Stack : sig | Fix of ('a, 'a) pfixpoint * 'a t * Cst_stack.t | Cst of cst_member * int (** current foccussed arg *) * int list (** remaining args *) * 'a t * Cst_stack.t - | Shift of int - | Update of 'a and 'a t = 'a member list val pr : ('a -> Pp.t) -> 'a t -> Pp.t @@ -107,7 +105,7 @@ module Stack : sig val append_app_list : 'a list -> 'a t -> 'a t (** if [strip_app s] = [(a,b)], then [s = a @ b] and [b] does not - start by App or Shift *) + start by App *) val strip_app : 'a t -> 'a t * 'a t (** @return (the nth first elements, the (n+1)th element, the remaining stack) *) val strip_n_app : int -> 'a t -> ('a t * 'a * 'a t) option |
