]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tptp_grafite/tptp2grafite.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / tptp_grafite / tptp2grafite.mli
index 7dfa2d3d03314a2b501a0144d069b7b4c9d1a6cc..0096f780405346aba45dbdf9dc2af86ea59fd137 100644 (file)
@@ -24,6 +24,8 @@
  *)
 
 val tptp2grafite: 
+  ?timeout:int ->
+  ?def_depth:int ->
   ?raw_preamble:(string -> string) -> 
-  tptppath:string -> filename:string -> unit -> 
+  tptppath:string -> filename:string -> ng:bool -> unit -> 
     string