From 248d290aa9313501a857a4d3bd9f3d0dc7dc5b4f Mon Sep 17 00:00:00 2001 From: Cyprien Mangin Date: Fri, 19 Jan 2018 10:15:27 +0100 Subject: Define EConstr version of [push_rec_types]. --- pretyping/evarconv.ml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pretyping/evarconv.ml') diff --git a/pretyping/evarconv.ml b/pretyping/evarconv.ml index 788e4d268a..41c4616f79 100644 --- a/pretyping/evarconv.ml +++ b/pretyping/evarconv.ml @@ -276,11 +276,6 @@ let rec ise_app_stack2 env f evd sk1 sk2 = end | _, _ -> (sk1,sk2), Success evd -let push_rec_types pfix env = - let (i, c, t) = pfix in - let inj c = EConstr.Unsafe.to_constr c in - push_rec_types (i, Array.map inj c, Array.map inj t) env - (* This function tries to unify 2 stacks element by element. It works from the end to the beginning. If it unifies a non empty suffix of stacks but not the entire stacks, the first part of the answer is -- cgit v1.2.3