X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FboxPp.mli;h=de984d26e263d00739114ea7dd9174115fe737a0;hb=12cc5b2b8e7f7bb0b5e315094b008a293a4df6b1;hp=98c693a0a02bab05364d56ec54f5d891b6994159;hpb=fc6a9cb859b3edbfe308c07b62e1c5f287c9f865;p=helm.git diff --git a/helm/ocaml/cic_transformations/boxPp.mli b/helm/ocaml/cic_transformations/boxPp.mli index 98c693a0a..de984d26e 100644 --- a/helm/ocaml/cic_transformations/boxPp.mli +++ b/helm/ocaml/cic_transformations/boxPp.mli @@ -25,5 +25,5 @@ val to_string : ('expr -> string) -> 'expr Box.box -> string list -val pp_term : CicAst.term -> string +val pp_term : ?ids_to_uris: (Cic.id, string) Hashtbl.t -> CicAst.term -> string