X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Facic2Ast.ml;h=567b7f7bb6b38746d1f220251e0362d6d97691e4;hb=ac7687ce66526f905874ed99a845223c853c558a;hp=24d2e07f3dc35db110bfd7dd6a2298a2d3a08ac9;hpb=29969baf115afff7eb9ea9e2ca98d40ab7006dcc;p=helm.git diff --git a/helm/ocaml/cic_transformations/acic2Ast.ml b/helm/ocaml/cic_transformations/acic2Ast.ml index 24d2e07f3..567b7f7bb 100644 --- a/helm/ocaml/cic_transformations/acic2Ast.ml +++ b/helm/ocaml/cic_transformations/acic2Ast.ml @@ -72,7 +72,6 @@ let ast_of_acic ids_to_inner_sorts acic = in let idref id t = Ast.AttributedTerm (`IdRef id, t) in let rec aux = -prerr_endline "Acic2ast.aux"; function | Cic.ARel (id,_,_,b) -> idref id (Ast.Ident (b, None)) | Cic.AVar (id,uri,subst) -> @@ -215,9 +214,7 @@ prerr_endline "Acic2ast.aux"; context in - let res = aux acic, ids_to_uris in -prerr_endline "/Acic2ast.aux"; - res + aux acic, ids_to_uris let _ = (** fill symbol_table *) let add_symbol name uri =