X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FproofEngineTypes.ml;h=68ea561f97988aa81c1cd614d66476971c227111;hb=771ee8b9d122fa963881c876e86f90531bb7434f;hp=6e532a807478f3f28f4c11898e4ed1afb6ea7c48;hpb=4dad47b93729b5108a7de190faeb25fcf16aba5d;p=helm.git diff --git a/helm/ocaml/tactics/proofEngineTypes.ml b/helm/ocaml/tactics/proofEngineTypes.ml index 6e532a807..68ea561f9 100644 --- a/helm/ocaml/tactics/proofEngineTypes.ml +++ b/helm/ocaml/tactics/proofEngineTypes.ml @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +(* $Id$ *) + (** current proof (proof uri * metas * (in)complete proof * term to be prooved) *) @@ -58,10 +60,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 +73,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' =