]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/reductionTactics.mli
Huge reorganization of matita and ocaml.
[helm.git] / helm / ocaml / tactics / reductionTactics.mli
index 153cb6f285df4b647c0b8874178c7d9e394805f1..16e2bc23c475694e8b70a0a2d73dd02e0c0a61d3 100644 (file)
@@ -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