]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/auto.mli
please, commit files with debug=false otherwise the distributed matita prints a ton...
[helm.git] / helm / software / components / tactics / auto.mli
index e8b2fc038b2be924124f40137fbe8dc788a3c720..cfb31a8c4c15a7f62d0b5405e89143ea7139dfe7 100644 (file)
@@ -42,13 +42,26 @@ val demodulate_tac :
   universe:Universe.universe ->
   ProofEngineTypes.tactic
 
+val solve_rewrite_tac:
+  universe:Universe.universe ->
+  ?steps:int -> 
+  unit ->
+    ProofEngineTypes.tactic
+
 type auto_status = 
-  Cic.context * (Cic.term * (int * Cic.term) list) list * Cic.term list *
+  Cic.context * (int * Cic.term * bool * int * (int * Cic.term) list) list * 
+  (int * Cic.term * int) list *
   Cic.term list
 val get_auto_status : unit -> auto_status
 val pause: bool -> unit
 val step : unit -> unit
 val give_hint : int -> unit
-(*
-val cic2grafite : Cic.context -> Cic.metasenv -> Cic.term -> string
-*)
+val give_prune_hint : int -> unit
+
+val lambda_close : 
+  ?prefix_name:string -> Cic.term -> Cic.metasenv -> Cic.context -> Cic.term *
+  int
+
+val pp_proofterm: Cic.term -> string 
+val revision : string (* svn revision *)
+val size_and_depth : Cic.context -> Cic.metasenv -> Cic.term -> int * int