X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FreductionTactics.mli;h=16e2bc23c475694e8b70a0a2d73dd02e0c0a61d3;hb=12f52743d6334941294b857016de05942e89a584;hp=153cb6f285df4b647c0b8874178c7d9e394805f1;hpb=4dad47b93729b5108a7de190faeb25fcf16aba5d;p=helm.git diff --git a/helm/ocaml/tactics/reductionTactics.mli b/helm/ocaml/tactics/reductionTactics.mli index 153cb6f28..16e2bc23c 100644 --- a/helm/ocaml/tactics/reductionTactics.mli +++ b/helm/ocaml/tactics/reductionTactics.mli @@ -30,18 +30,18 @@ val normalize_tac: pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tac (* The default of term is the thesis of the goal to be prooved *) val unfold_tac: - ProofEngineTypes.lazy_term option -> + Cic.lazy_term option -> pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic val change_tac: pattern:ProofEngineTypes.lazy_pattern -> - ProofEngineTypes.lazy_term -> + Cic.lazy_term -> ProofEngineTypes.tactic val fold_tac: reduction:ProofEngineTypes.lazy_reduction -> - term:ProofEngineTypes.lazy_term -> + term:Cic.lazy_term -> pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic