]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/metadataPp.mli
- split metadata type in metadata and constraints. Metadata are computed
[helm.git] / helm / ocaml / metadata / metadataPp.mli
index ba987dca3223fa7375fd1983488ab31c63673453..14a98ba413a265e6331ed58cc92cd82e435d6502 100644 (file)
@@ -26,6 +26,8 @@
 (** metadata -> string *)
 
 val pp_position: MetadataTypes.position -> string
+val pp_position_tag: MetadataTypes.position -> string
+(* val pp_constr: MetadataTypes.constr -> string *)
 val pp_sort: Cic.sort -> string
 
 (** Pretty printer and OCamlDBI friendly interface *)