]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTactics.mli
ndestruct now clears off identity equations whenever it's possible.
[helm.git] / helm / software / components / ng_tactics / nTactics.mli
index 25baae97a61815fcc4e7a58754dd82d3c329881a..4af0c3fb7a0d14f01672ad7d6a20c91e3fe7f124 100644 (file)
@@ -24,8 +24,14 @@ val skip_tac: 's NTacStatus.tactic
 val try_tac: 's NTacStatus.tactic -> 's NTacStatus.tactic
 val repeat_tac: NTacStatus.tac_status NTacStatus.tactic -> 's NTacStatus.tactic
 
+val compare_statuses : past:#NTacStatus.lowtac_status -> present:#NTacStatus.lowtac_status -> int list * int list
+
 val distribute_tac:
  NTacStatus.lowtac_status NTacStatus.lowtactic -> 's NTacStatus.tactic
+val exec : ((int * Continuationals.Stack.switch) list * 'a list * 'b list *
+      [> `NoTag ])
+     list NTacStatus.status NTacStatus.tactic -> 
+  (#NTacStatus.lowtac_status as 's) -> Continuationals.goal -> 's
 val block_tac: 's NTacStatus.tactic list -> 's NTacStatus.tactic
 
 val apply_tac: NTacStatus.tactic_term -> 's NTacStatus.tactic