From: Luca Padovani Date: Fri, 30 May 2003 17:27:46 +0000 (+0000) Subject: * update (ask claudio for details) X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c313e16a5cc51ef7c4766aaafdf8f681eaf3d762;hp=95e3f864d28d8577da100f1a775d4cd0a38d8882;p=helm.git * update (ask claudio for details) --- diff --git a/helm/gTopLevel/cic2Xml.ml b/helm/gTopLevel/cic2Xml.ml index df460edce..6bef2dd43 100644 --- a/helm/gTopLevel/cic2Xml.ml +++ b/helm/gTopLevel/cic2Xml.ml @@ -119,7 +119,8 @@ let print_term ~ids_to_inner_sorts = X.xml_nempty "LAMBDA" ["sort",sort] [< List.fold_left (fun i (id,binder,s) -> - let sort = Hashtbl.find ids_to_inner_sorts id in + let sort = Hashtbl.find ids_to_inner_sorts (Cic2acic.source_id_of_id id) in + let _ = prerr_endline ("AHHHHHHHHHHHHHHHHH" ^ sort) in let attrs = ("id",id)::("type",sort):: match binder with