diff options
| author | sacerdot | 2004-10-07 12:22:37 +0000 |
|---|---|---|
| committer | sacerdot | 2004-10-07 12:22:37 +0000 |
| commit | d6a2b5ae0b53de741d915662c8ce195851c7bd2e (patch) | |
| tree | e9f1c07eff1ac96e2953537c154422bc7e640b04 /tactics/setoid_replace.mli | |
| parent | 2eccf8b0a25257574a8c3893add06166b2ed0c7d (diff) | |
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
Diffstat (limited to 'tactics/setoid_replace.mli')
| -rw-r--r-- | tactics/setoid_replace.mli | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
