aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/setoid_replace.mli
blob: 02046c55b3ff681d92d5fcee388e1a0429d90095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

(* $Id$ *)

open Term
open Proof_type
open Topconstr


val register_replace : (constr -> constr -> tactic) -> unit

val print_setoids : unit -> unit

val equiv_list : unit -> constr list

val setoid_replace : constr -> constr -> tactic

val setoid_rewriteLR : constr -> tactic

val setoid_rewriteRL : constr -> tactic

val general_s_rewrite : bool -> constr -> tactic

val add_setoid : constr_expr -> constr_expr -> constr_expr -> unit

val new_named_morphism : Names.identifier -> constr_expr -> unit