X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic%2FcicUtil.mli;h=4deec72419f148f292f75cbda418f4e0d5e3a830;hb=58bc0455c51116f049a7135dfed6e235c271f0d2;hp=cfd2d813a64e809147aa884c3809af306edce0c3;hpb=b24d13c4dcc96a204951857ddfa18c5ded4cecd0;p=helm.git diff --git a/helm/ocaml/cic/cicUtil.mli b/helm/ocaml/cic/cicUtil.mli index cfd2d813a..4deec7241 100644 --- a/helm/ocaml/cic/cicUtil.mli +++ b/helm/ocaml/cic/cicUtil.mli @@ -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 *)