X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FcicUtil.mli;h=3243faec8359dd3515f80ae6e9588c390a82c2dc;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=744ac3211925a2f3a81d02ffc774ef0b94539838;hpb=064430093888668afe1400889ced26469420df96;p=helm.git diff --git a/helm/ocaml/cic/cicUtil.mli b/helm/ocaml/cic/cicUtil.mli index 744ac3211..3243faec8 100644 --- a/helm/ocaml/cic/cicUtil.mli +++ b/helm/ocaml/cic/cicUtil.mli @@ -60,9 +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 *) -type profiler = { profile : 'a 'b. ('a -> 'b) -> 'a -> 'b } -val profile : string -> profiler