]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineTypes.ml
Huge reorganization of matita and ocaml.
[helm.git] / helm / ocaml / tactics / proofEngineTypes.ml
index 6e532a807478f3f28f4c11898e4ed1afb6ea7c48..7497da7edd820aebbf7fb8e7871a561321d6d565 100644 (file)
@@ -58,10 +58,6 @@ let mk_tactic t = t
 
 type reduction = Cic.context -> Cic.term -> Cic.term
 
-type lazy_term =
-  Cic.context -> Cic.metasenv -> CicUniv.universe_graph ->
-    Cic.term * Cic.metasenv * CicUniv.universe_graph
-
 let const_lazy_term t =
   (fun _ metasenv ugraph -> t, metasenv, ugraph)
 
@@ -75,7 +71,7 @@ let const_lazy_reduction red =
 type ('term, 'lazy_term) pattern =
   'lazy_term option * (string * 'term) list * 'term option
 
-type lazy_pattern = (Cic.term, lazy_term) pattern
+type lazy_pattern = (Cic.term, Cic.lazy_term) pattern
 
 let conclusion_pattern t =
   let t' =