From 9ebf44d84754adc5b64fcf612c6816c02c80462d Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 2 Feb 2019 19:29:23 -0500 Subject: Imported Upstream version 8.9.0 --- tactics/inv.mli | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tactics/inv.mli') diff --git a/tactics/inv.mli b/tactics/inv.mli index c63d57af..bbd1f335 100644 --- a/tactics/inv.mli +++ b/tactics/inv.mli @@ -10,11 +10,15 @@ open Names open EConstr -open Misctypes open Tactypes type inversion_status = Dep of constr option | NoDep +type inversion_kind = + | SimpleInversion + | FullInversion + | FullInversionClear + val inv_clause : inversion_kind -> or_and_intro_pattern option -> Id.t list -> quantified_hypothesis -> unit Proofview.tactic -- cgit v1.2.3