]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content/interpretations.ml
cic module removed (RIP)
[helm.git] / matita / components / content / interpretations.ml
index 1f16df421a3ebb11a8b876f19ec64d4f23181a26..8059eeaaecbac6f3b04497573ff788f1677c61a5 100644 (file)
@@ -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 *)