X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngine.mli;h=a38a0294761e48abe3da94fe666732eef7234f30;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=3e058cfcf5f0bc879aa0d306cdffc2625c06ccf6;hpb=1e7f26974e12e7cc2517656dc978bb67bc15559f;p=helm.git diff --git a/helm/gTopLevel/proofEngine.mli b/helm/gTopLevel/proofEngine.mli index 3e058cfcf..a38a02947 100644 --- a/helm/gTopLevel/proofEngine.mli +++ b/helm/gTopLevel/proofEngine.mli @@ -71,8 +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 : Dbi.connection -> unit -> unit +val auto : dbd:Mysql.dbd -> unit -> unit val reflexivity : unit -> unit val symmetry : unit -> unit