]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/declarative.mli
New syntax and semantics for the rewriting steps that make the pretty-printed
[helm.git] / components / tactics / declarative.mli
index 64147b778d55a4c90f9bda0ffef6243d1ea4515e..fae5c7dcf3263c67ea821e05a7cb8367fde6cceb 100644 (file)
@@ -52,5 +52,7 @@ val andelim :
  Cic.term -> string -> Cic.term -> string -> Cic.term -> ProofEngineTypes.tactic
 
 val rewritingstep :
- dbd:HMysql.dbd -> universe:Universe.universe -> Cic.term option -> Cic.term ->
-  [ `Term of Cic.term | `Auto of (string * string) list ] -> Cic.name option -> ProofEngineTypes.tactic
+ dbd:HMysql.dbd -> universe:Universe.universe ->
+  (string option * Cic.term) option -> Cic.term ->
+   [ `Term of Cic.term | `Auto of (string * string) list ] ->
+    bool (* last step *) -> ProofEngineTypes.tactic