]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/xml/xmlLibrary.mli
- the disambiguation of unified binders continues
[helm.git] / helm / software / helena / src / xml / xmlLibrary.mli
index 19ce4cfe3564357aca2e74695807f847f46e0fdc..aeac272c26bbdab0e5cef66a90bca511ef2bc9e6 100644 (file)
@@ -16,9 +16,7 @@ type attr = string * string
 type pp = och -> int -> unit
 
 val export_entity: ('term -> pp) -> 'term Entity.entity -> unit
-(*
-val export_csys: Ccs.csys -> unit
-*)
+
 val tag: string -> attr list -> ?contents:pp -> pp 
 
 val sort: string
@@ -43,7 +41,7 @@ val position: int -> attr
 
 val uri: Entity.uri -> attr
 
-val level: Level.level -> attr
+val level: Level.status -> Level.level -> attr
 
 val name: Entity.node_attrs -> attr