X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fbox.mli;h=8d65c27f0a37ee3b6e7538cc38acacab450d1f02;hb=aca103d3c3d740efcc0bcc2932922cff77facb49;hp=e4d4bbe767422d0b50b28685fe9fc1aea084dfd3;hpb=9ab5ca8acba80b19a939eea2cd87761507e7128b;p=helm.git diff --git a/helm/ocaml/cic_transformations/box.mli b/helm/ocaml/cic_transformations/box.mli index e4d4bbe76..8d65c27f0 100644 --- a/helm/ocaml/cic_transformations/box.mli +++ b/helm/ocaml/cic_transformations/box.mli @@ -48,7 +48,16 @@ val smallskip : 'expr box val skip: 'expr box val indent : 'expr box -> 'expr box -val document_of_box : Mpresentation.mpres box -> Xml.token Stream.t +val box2xml: + obj2xml:('a -> Xml.token Stream.t) -> 'a box -> + Xml.token Stream.t + +val map: ('a -> 'b) -> 'a box -> 'b box + +(* +val document_of_box : + ~obj2xml:('a -> Xml.token Stream.t) -> 'a box -> Xml.token Stream.t +*) val b_h: attr -> 'expr box list -> 'expr box val b_v: attr -> 'expr box list -> 'expr box