]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
added attribute support (not yet in the parser)
[helm.git] / helm / ocaml / cic / cicUtil.mli
index cfd2d813a64e809147aa884c3809af306edce0c3..4deec72419f148f292f75cbda418f4e0d5e3a830 100644 (file)
@@ -46,6 +46,11 @@ val unpack: Cic.term -> Cic.term list
   (** @raise Failure "not enough prods" *)
 val strip_prods: int -> Cic.term -> Cic.term
 
+(** {2 Cic selectors} *)
+
+val params_of_obj: Cic.obj -> UriManager.uri list
+val attributes_of_obj: Cic.obj -> Cic.attribute list
+
 (** {2 Contexts}
  * A context is a Cic term in which Cic.Implicit terms annotated with `Hole
  * appears *)