From d765468f2df1976b995a2047fe76a6032c84840b Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 25 Jul 2007 09:41:50 +0000 Subject: [PATCH] ; and not . after auto-paramodulation --- helm/software/components/tptp_grafite/tptp2grafite.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) ]@ -- 2.39.2