]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/tactics.mli
1. "by proof" now allowed as a justification in equality chains.
[helm.git] / helm / software / components / tactics / tactics.mli
index e9c265c8e3e451a3b45bccc699dc2c3ad97e77d9..f46d53af9d632ff51e9117e58fc02a3ef7a648fb 100644 (file)
@@ -16,6 +16,7 @@ val cases_intros :
   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
   Cic.term -> ProofEngineTypes.tactic
 val change :
+  ?with_cast:bool ->
   pattern:ProofEngineTypes.lazy_pattern ->
   Cic.lazy_term -> ProofEngineTypes.tactic
 val clear : hyps:string list -> ProofEngineTypes.tactic