]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/autoTactic.mli
The type of universe_of_goals has slightly changed, omitting
[helm.git] / helm / software / components / tactics / autoTactic.mli
index 1dfe0e2a94c60284fa8c262f8caf5caf8c86c4d7..23f1b813fdf727b635906c26d335bfaeeb11c839 100644 (file)
@@ -25,8 +25,6 @@
  *)
 
 val auto_tac:
-  params:(string * string) list ->
-  dbd:HMysql.dbd -> 
-  ProofEngineTypes.tactic
+ params:(string * string) list -> dbd:HMysql.dbd -> ProofEngineTypes.tactic
 
-val applyS_tac: dbd:HMysql.dbd -> term: Cic.term -> ProofEngineTypes.tactic
+val pp_proofterm: Cic.term -> string