]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_transformations/boxPp.mli
new (box based) pretty printer
[helm.git] / helm / ocaml / cic_transformations / boxPp.mli
1
2 val to_string : ('expr -> string) -> 'expr Box.box -> string list
3
4 val pp_term : CicAst.term -> string