X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent%2Finterpretations.ml;h=8059eeaaecbac6f3b04497573ff788f1677c61a5;hb=0d2bfb98d8343b4e6cefdb506a813b7cb5749630;hp=1f16df421a3ebb11a8b876f19ec64d4f23181a26;hpb=cb11de1c61f0b61935b1c6c1832deacb49f7b5bd;p=helm.git diff --git a/matita/components/content/interpretations.ml b/matita/components/content/interpretations.ml index 1f16df421..8059eeaae 100644 --- a/matita/components/content/interpretations.ml +++ b/matita/components/content/interpretations.ml @@ -36,9 +36,11 @@ type interpretation_id = int let idref id t = Ast.AttributedTerm (`IdRef id, t) +type cic_id = string + type term_info = - { sort: (Cic.id, Ast.sort_kind) Hashtbl.t; - uri: (Cic.id, UriManager.uri) Hashtbl.t; + { sort: (cic_id, Ast.sort_kind) Hashtbl.t; + uri: (cic_id, UriManager.uri) Hashtbl.t; } (* persistent state *)