X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngine.mli;h=3e058cfcf5f0bc879aa0d306cdffc2625c06ccf6;hb=a7ab0ef67114c3152920f03ae1d7bfaaf1fae290;hp=58a9a369521b18342d658c0284c5e7a3e3081877;hpb=9fb6ab77869badc621194768935c8ddbb39193a0;p=helm.git diff --git a/helm/gTopLevel/proofEngine.mli b/helm/gTopLevel/proofEngine.mli index 58a9a3695..3e058cfcf 100644 --- a/helm/gTopLevel/proofEngine.mli +++ b/helm/gTopLevel/proofEngine.mli @@ -71,7 +71,8 @@ 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 : MQIConn.handle -> unit -> unit *) +val auto : Dbi.connection -> unit -> unit val reflexivity : unit -> unit val symmetry : unit -> unit