]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
Dead code for packing/unpacking (usually just a big hack) commented out
[helm.git] / helm / ocaml / cic / cicUtil.mli
index d45078fcdf69ca3d910c49f64a2a8d7951109db2..0b6e2242addebd57c9f9d027173c454372e5cd80 100644 (file)
@@ -45,9 +45,11 @@ val strip_prods: int -> Cic.term -> Cic.term
 val term_of_uri: string -> Cic.term (** @raise UriManager.IllFormedUri *)
 val uri_of_term: Cic.term -> string (** @raise Invalid_argument "uri_of_term" *)
 
+(*
   (** packing/unpacking of several terms into a single one *)
 val pack: Cic.term list -> Cic.term
 val unpack: Cic.term -> Cic.term list
+*)
 
 (** {2 Cic selectors} *)