summaryrefslogtreecommitdiff
path: root/src/aac_rewrite.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/aac_rewrite.mli')
-rw-r--r--src/aac_rewrite.mli24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/aac_rewrite.mli b/src/aac_rewrite.mli
new file mode 100644
index 0000000..80134af
--- /dev/null
+++ b/src/aac_rewrite.mli
@@ -0,0 +1,24 @@
+(***************************************************************************)
+(* This is part of aac_tactics, it is distributed under the terms of the *)
+(* GNU Lesser General Public License version 3 *)
+(* (see file LICENSE for more details) *)
+(* *)
+(* Copyright 2009-2010: Thomas Braibant, Damien Pous. *)
+(***************************************************************************)
+
+(** aac_rewrite -- rewriting modulo A or AC*)
+
+val aac_reflexivity : Coq.goal_sigma -> Proof_type.goal list Evd.sigma
+val aac_normalise : Coq.goal_sigma -> Proof_type.goal list Evd.sigma
+
+val aac_rewrite :
+ args:(string * int) list ->
+ ?abort:bool ->
+ EConstr.constr ->
+ ?l2r:bool ->
+ ?show:bool ->
+ ?strict:bool -> ?extra:EConstr.t -> Proof_type.tactic
+
+val add : string -> 'a -> (string * 'a) list -> (string * 'a) list
+
+val pr_aac_args : 'a -> 'b -> 'c -> (string * int) list -> Pp.t