From d6a2b5ae0b53de741d915662c8ce195851c7bd2e Mon Sep 17 00:00:00 2001 From: sacerdot Date: Thu, 7 Oct 2004 12:22:37 +0000 Subject: New commands setoid_reflexivity setoid_symmetry setoid_transitivity The command setoid_symmetry in ... is not implemented yet (it behaves just as symmetry in ... for now). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6193 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/setoid_replace.mli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tactics/setoid_replace.mli') diff --git a/tactics/setoid_replace.mli b/tactics/setoid_replace.mli index 0fd0548c29..917b3e02fb 100644 --- a/tactics/setoid_replace.mli +++ b/tactics/setoid_replace.mli @@ -58,6 +58,11 @@ val general_s_rewrite : bool -> constr -> new_goals:constr list -> tactic val general_s_rewrite_in : identifier -> bool -> constr -> new_goals:constr list -> tactic +val setoid_reflexivity : tactic +val setoid_symmetry : tactic +val setoid_symmetry_in : identifier -> tactic +val setoid_transitivity : constr -> tactic + val add_relation : Names.identifier -> constr_expr -> constr_expr -> constr_expr option -> constr_expr option -> constr_expr option -> unit -- cgit v1.2.3