X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngine.mli;h=a38a0294761e48abe3da94fe666732eef7234f30;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=58a9a369521b18342d658c0284c5e7a3e3081877;hpb=9fb6ab77869badc621194768935c8ddbb39193a0;p=helm.git diff --git a/helm/gTopLevel/proofEngine.mli b/helm/gTopLevel/proofEngine.mli index 58a9a3695..a38a02947 100644 --- a/helm/gTopLevel/proofEngine.mli +++ b/helm/gTopLevel/proofEngine.mli @@ -71,7 +71,7 @@ val fourier : unit -> unit val rewrite_simpl : Cic.term -> unit val rewrite_back_simpl : Cic.term -> unit val replace : goal_input:Cic.term -> input:Cic.term -> unit -val auto : MQIConn.handle -> unit -> unit +val auto : dbd:Mysql.dbd -> unit -> unit val reflexivity : unit -> unit val symmetry : unit -> unit