]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationEnv.mli
* fold left/right implemented
[helm.git] / helm / ocaml / cic_notation / cicNotationEnv.mli
index 4ba9f2487ec511bc7e2ae03b0eafe68cec3e5174..a5267b04463b8493bcdf28c72989551611feb182 100644 (file)
@@ -57,3 +57,7 @@ val list_binding_of_name: declaration -> binding  (* [] binding *)
 val opt_declaration:  declaration -> declaration  (* t -> OptType t *)
 val list_declaration: declaration -> declaration  (* t -> ListType t *)
 
+(** {2 Debugging} *)
+
+val set_pp_term: (CicNotationPt.term -> string) -> unit
+