X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftptp_grafite%2Ftptp2grafite.ml;h=009a53a610686a0d352e5dce681f066372abdb79;hb=789d6928ed007637ed431351173f45d5fd88e2a0;hp=ca0534c52b7f3ae410376808cdf63ac9ca4a8dec;hpb=9524d3d6475a63868921e8440ac00a9b57c71c08;p=helm.git diff --git a/helm/software/components/tptp_grafite/tptp2grafite.ml b/helm/software/components/tptp_grafite/tptp2grafite.ml index ca0534c52..009a53a61 100644 --- a/helm/software/components/tptp_grafite/tptp2grafite.ml +++ b/helm/software/components/tptp_grafite/tptp2grafite.ml @@ -221,7 +221,8 @@ let ng_generate_tactics fv ueq_case context arities = (HExtlib.list_mapi (fun (name,_) _-> GA.Executable(floc,GA.NTactic(floc, - [GA.NIntro (floc,name);GA.NDot(floc)]))) + [GA.NIntro (floc,(try List.assoc name kw with Not_found -> name)); + GA.NDot(floc)]))) arities) @ (HExtlib.list_mapi @@ -272,6 +273,8 @@ let ng_generate_tactics fv ueq_case context arities = GA.NSkip floc; GA.NMerge floc]))]) fv)) else [])@ + [GA.Executable(floc,GA.NTactic(floc,[GA.NTry(floc, GA.NAssumption(floc)); + GA.NSemicolon(floc)]))]@ [GA.Executable(floc,GA.NCommand(floc, GA.NQed(floc)))] ;;