diff options
author | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
commit | 3ef7797ef6fc605dfafb32523261fe1b023aeecb (patch) | |
tree | ad89c6bb57ceee608fcba2bb3435b74e0f57919e /tactics/inv.mli | |
parent | 018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (diff) |
Imported Upstream version 8.0pl3+8.1alphaupstream/8.0pl3+8.1alpha
Diffstat (limited to 'tactics/inv.mli')
-rw-r--r-- | tactics/inv.mli | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tactics/inv.mli b/tactics/inv.mli index e19d8232..bd38d08f 100644 --- a/tactics/inv.mli +++ b/tactics/inv.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: inv.mli,v 1.10.2.1 2004/07/16 19:30:53 herbelin Exp $ i*) +(*i $Id: inv.mli 7880 2006-01-16 13:59:08Z herbelin $ i*) (*i*) open Names @@ -21,19 +21,19 @@ type inversion_status = Dep of constr option | NoDep val inv_gen : bool -> inversion_kind -> inversion_status -> - intro_pattern_expr option -> quantified_hypothesis -> tactic + intro_pattern_expr -> quantified_hypothesis -> tactic val invIn_gen : - inversion_kind -> intro_pattern_expr option -> identifier list -> + inversion_kind -> intro_pattern_expr -> identifier list -> quantified_hypothesis -> tactic val inv_clause : - inversion_kind -> intro_pattern_expr option -> identifier list -> + inversion_kind -> intro_pattern_expr -> identifier list -> quantified_hypothesis -> tactic -val inv : inversion_kind -> intro_pattern_expr option -> +val inv : inversion_kind -> intro_pattern_expr -> quantified_hypothesis -> tactic -val dinv : inversion_kind -> constr option -> intro_pattern_expr option -> +val dinv : inversion_kind -> constr option -> intro_pattern_expr -> quantified_hypothesis -> tactic val half_inv_tac : identifier -> tactic |