]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/proofEngineTypes.ml
removed debugging printing
[helm.git] / helm / software / components / tactics / proofEngineTypes.ml
index 56b4155ae041abeeaa5d3f7ea7ae781f0684d569..b887c4bcd9a4ad03348d717d3c51dc4421be371e 100644 (file)
@@ -79,7 +79,7 @@ let conclusion_pattern t =
   let t' = 
     match t with
     | None -> None
-    | Some t -> Some (fun _ m u -> t, m, u)
+    | Some t -> Some (const_lazy_term t)
   in
   t',[],Some (Cic.Implicit (Some `Hole))