]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/reductionTactics.mli
Added ~with_cast to the change tactic.
[helm.git] / helm / software / components / tactics / reductionTactics.mli
index 62200df69a0cfc3d6e843fae3ad0acc114d7fe4e..f04e7dcac646ca9f14c961a62dcdbc183e85356b 100644 (file)
@@ -35,7 +35,8 @@ val unfold_tac:
   pattern:ProofEngineTypes.lazy_pattern ->
     ProofEngineTypes.tactic
 
-val change_tac:
+val change_tac: 
+  ?with_cast:bool ->
   pattern:ProofEngineTypes.lazy_pattern ->
   Cic.lazy_term ->
     ProofEngineTypes.tactic