From c313e16a5cc51ef7c4766aaafdf8f681eaf3d762 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Fri, 30 May 2003 17:27:46 +0000 Subject: [PATCH] * update (ask claudio for details) --- helm/gTopLevel/cic2Xml.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2