From: Enrico Tassi Date: Wed, 25 Jul 2007 09:41:50 +0000 (+0000) Subject: ; and not . after auto-paramodulation X-Git-Tag: make_still_working~6131 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=inline;h=d765468f2df1976b995a2047fe76a6032c84840b;p=helm.git ; and not . after auto-paramodulation --- diff --git a/helm/software/components/tptp_grafite/tptp2grafite.ml b/helm/software/components/tptp_grafite/tptp2grafite.ml index 54a523ccc..667b7e3d6 100644 --- a/helm/software/components/tptp_grafite/tptp2grafite.ml +++ b/helm/software/components/tptp_grafite/tptp2grafite.ml @@ -265,7 +265,7 @@ let convert_ast statements context = function else GA.AutoBatch (floc,["depth",string_of_int !depth]) ), - GA.Dot(floc))); + GA.Semicolon(floc))); GA.Executable(floc,GA.Tactic(floc, Some (GA.Try(floc, GA.Assumption floc)), GA.Dot(floc))) ]@