]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic / cicUtil.mli
index 31c7e4dee70aa681aab494a87edec45217c3b6e4..3243faec8359dd3515f80ae6e9588c390a82c2dc 100644 (file)
@@ -50,6 +50,8 @@ val pack: Cic.term list -> Cic.term
 val unpack: Cic.term -> Cic.term list
 *)
 
+val id_of_annterm: Cic.annterm -> Cic.id
+
 (** {2 Cic selectors} *)
 
 val params_of_obj: Cic.obj -> UriManager.uri list
@@ -58,8 +60,3 @@ val attributes_of_obj: Cic.obj -> Cic.attribute list
 (** mk_rels [howmany] [from] 
  * creates a list of [howmany] rels starting from [from] in decreasing order *)
 val mk_rels : int -> int -> Cic.term list
-
-(** profile s
- * returns a profiling function; [s] is used for labelling the total time at
-   the end of the execution *)
-val profile : string -> ('a -> 'b) -> 'a -> 'b