X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Fcic2Xml.ml;h=a25d7f6709ce20cb0bdd17793b3e1a585c46521f;hb=3e0de84a7ef35919fc3c4722c525fcc6cbf68bb5;hp=115d1ee666bc064ac91c16bcfc509dbbe8d6ecff;hpb=7db7305941a97d43480cf58c08a154ed79f300cb;p=helm.git diff --git a/helm/gTopLevel/cic2Xml.ml b/helm/gTopLevel/cic2Xml.ml index 115d1ee66..a25d7f670 100644 --- a/helm/gTopLevel/cic2Xml.ml +++ b/helm/gTopLevel/cic2Xml.ml @@ -92,7 +92,7 @@ let print_term curi ids_to_inner_sorts = X.xml_nempty "target" ["binder",id] (aux t) >] | C.ALetIn (xid,C.Anonimous,s,t) -> - assert false (*CSC: significa che e' sbagliato il tipo di LetIn!!!*) + assert false | C.ALetIn (xid,C.Name id,s,t) -> let sort = Hashtbl.find ids_to_inner_sorts xid in X.xml_nempty "LETIN" ["id",xid ; "sort",sort]