]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tactics.mli
packaging cleanup: get rid of ancient debhelpers, use dh_install
[helm.git] / helm / ocaml / tactics / tactics.mli
index 76f1e89d2ffec438d3971c3784d0e81e13348198..77e3f8ac545f176a1ac99488be6df6607bbf847f 100644 (file)
@@ -78,4 +78,7 @@ val simpl : pattern:ProofEngineTypes.pattern -> ProofEngineTypes.tactic
 val split : ProofEngineTypes.tactic
 val symmetry : ProofEngineTypes.tactic
 val transitivity : term:Cic.term -> ProofEngineTypes.tactic
+val unfold :
+  Cic.term option ->
+  pattern:ProofEngineTypes.pattern -> ProofEngineTypes.tactic
 val whd : pattern:ProofEngineTypes.pattern -> ProofEngineTypes.tactic