X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftptp_grafite%2Ftptp2grafite.ml;h=c63fca74166bfc137203a91e4033d90040a6c4db;hb=bca340f9c590e6530f8346fddd61c9fa0ae7f411;hp=a19fa67c20d3281967d8ec77a754f84ede510a51;hpb=a7237500e8a2a4237a6ae8ba4b8301f7bbcb6acb;p=helm.git diff --git a/helm/software/components/tptp_grafite/tptp2grafite.ml b/helm/software/components/tptp_grafite/tptp2grafite.ml index a19fa67c2..c63fca741 100644 --- a/helm/software/components/tptp_grafite/tptp2grafite.ml +++ b/helm/software/components/tptp_grafite/tptp2grafite.ml @@ -237,8 +237,9 @@ let ng_generate_tactics fv ueq_case context arities = (fun _ -> [GA.Executable(floc,GA.NTactic(floc, [GA.NApply (floc, - PT.Appl [mk_ident "ex_intro";PT.Implicit;PT.Implicit; - PT.Implicit;PT.Implicit]);GA.NBranch floc])); + PT.Appl + [mk_ident "ex_intro";PT.Implicit `JustOne;PT.Implicit `JustOne; + PT.Implicit `JustOne;PT.Implicit `JustOne]);GA.NBranch floc])); GA.Executable(floc,GA.NTactic(floc, [GA.NPos (floc,[2])]))]) fv)) @@ -353,7 +354,7 @@ let convert_ast ng statements context = function (mk_ident universe,Some (PT.Sort (`Type (CicUniv.fresh ())))), convert_formula fv false context f) in - let o = PT.Theorem (`Theorem,name,f,None) in + let o = PT.Theorem (`Theorem,name,f,None,`Regular) in (statements @ [ GA.Executable(floc,GA.Command(floc, (*if ng then GA.NObj (floc,o) else*) GA.Obj(floc,o))); ] @