2 ||M|| This file is part of HELM, an Hypertextual, Electronic
3 ||A|| Library of Mathematics, developed at the Computer Science
4 ||T|| Department, University of Bologna, Italy.
6 ||T|| HELM is free software; you can redistribute it and/or
7 ||A|| modify it under the terms of the GNU General Public License
8 \ / version 2 or (at your option) any later version.
9 \ / This software is distributed as is, NO WARRANTY.
10 V_______________________________________________________________ *)
14 type och = string -> unit
16 type attr = string * string
18 type pp = och -> int -> unit
20 val export_entity: ('term -> pp) -> 'term Entity.entity -> unit
22 val tag: string -> attr list -> ?contents:pp -> pp
32 val appl: bool -> string
42 val position: int -> attr
44 val depth: int -> attr
46 val uri: Entity.uri -> attr
48 val layer: Layer.status -> Layer.layer -> attr
50 val name: Entity.bind_attrs -> attr
52 val main: Entity.bind_attrs -> attr list
54 val side: Entity.bind_attrs -> attr list
56 val apix: Entity.node_attrs -> attr
58 val meta: Entity.root_attrs -> attr
60 val info: Entity.root_attrs -> attr list