]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nAuto.mli
patch by Brian committed, cut&paste should not crash matita any longer
[helm.git] / helm / software / components / ng_tactics / nAuto.mli
index 2e7394d8c8bdc3b40351238359363805481ecb9b..417adcd60fbd4069784040fc743d76c7735218ec 100644 (file)
@@ -13,6 +13,7 @@
 
 val auto_tac:
   params:(NTacStatus.tactic_term list option * (string * string) list) -> 
+  ?trace_ref:CicNotationPt.term list ref ->
    's NTacStatus.tactic
 
 val group_by_tac: