]> matita.cs.unibo.it Git - helm.git/blob - helm/software/helena/src/xml/xmlLibrary.mli
- the disambiguation of unified binders continues
[helm.git] / helm / software / helena / src / xml / xmlLibrary.mli
1 (*
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.                     
5     ||I||                                                                
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_______________________________________________________________ *)
11
12 type och = string -> unit
13
14 type attr = string * string
15
16 type pp = och -> int -> unit
17
18 val export_entity: ('term -> pp) -> 'term Entity.entity -> unit
19
20 val tag: string -> attr list -> ?contents:pp -> pp 
21
22 val sort: string
23
24 val lref: string
25
26 val gref: string
27
28 val cast: string
29
30 val appl: string
31
32 val proj: string
33
34 val abst: string
35
36 val abbr: string
37
38 val void: string
39
40 val position: int -> attr
41
42 val uri: Entity.uri -> attr
43
44 val level: Level.status -> Level.level -> attr
45
46 val name: Entity.node_attrs -> attr
47
48 val apix: Entity.node_attrs -> attr
49
50 val meta: Entity.root_attrs -> attr
51
52 val info: Entity.root_attrs -> attr list