aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/reductionops.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-12-06 18:02:56 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-12-06 18:04:10 +0100
commit7ced1ba0e6bf47efd75a4c7c607a99bc1198f4f3 (patch)
tree0dc68b5c4dc7053d112668bf2a48d09f8ca78ee5 /pretyping/reductionops.mli
parent866b449c497933a3ab1185c194d8d33a86c432f2 (diff)
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.
Diffstat (limited to 'pretyping/reductionops.mli')
-rw-r--r--pretyping/reductionops.mli1
1 files changed, 0 insertions, 1 deletions
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