]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/auto.mli
lazy proof term to increase sharing and decrease memory consumption.
[helm.git] / helm / software / components / tactics / auto.mli
index a300a3132d421e0946610bc1d7debcdbbf77c36b..31a801b1da1f4ab37fb7166639a3213a803fd472 100644 (file)
@@ -52,11 +52,11 @@ val solve_rewrite_tac:
 type auto_status = 
   Cic.context * 
   (* or list: goalno, goaltype, grey, depth, candidates: (goalno, c) *)
-  (int * Cic.term * bool * int * (int * Cic.term) list) list * 
+  (int * Cic.term * bool * int * (int * Cic.term Lazy.t) list) list * 
   (* and list *)
   (int * Cic.term * int) list *
   (* last moves *)
-  Cic.term list
+  Cic.term Lazy.t list
 
 val get_auto_status : unit -> auto_status
 val pause: bool -> unit