From 7ced1ba0e6bf47efd75a4c7c607a99bc1198f4f3 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 6 Dec 2017 18:02:56 +0100 Subject: Getting rid of the Update constructor in Reductionops. This was dead code, probably due to the fact it was once shared with the kernel stack type. --- pretyping/reductionops.mli | 1 - 1 file changed, 1 deletion(-) (limited to 'pretyping/reductionops.mli') diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli index c6c55209e..34fdbe858 100644 --- a/pretyping/reductionops.mli +++ b/pretyping/reductionops.mli @@ -82,7 +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 - | Update of 'a and 'a t = 'a member list val pr : ('a -> Pp.t) -> 'a t -> Pp.t -- cgit v1.2.3