]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/common/library.mli
we enabled the new style xml exportation, in particular for dual_rg
[helm.git] / helm / software / lambda-delta / common / library.mli
index 95d5ba9b1fa167ed620232cce053c5b86a4cc6d6..f364af329ed9621cf5da5d10bdfce52f40d41b0e 100644 (file)
@@ -13,13 +13,13 @@ type och = string -> unit
 
 type attr = string * string
 
-type 'a pp = (och -> int -> 'a) -> och -> int -> 'a
+type pp = och -> int -> unit
 
 val export_entity:
-   (unit ->'a) -> ('term -> 'a pp) -> 
-   bool -> Hierarchy.graph -> 'term Entity.entity -> 'a
+   ('term -> pp) -> 
+   bool -> Hierarchy.graph -> 'term Entity.entity -> unit
 
-val tag: string -> attr list -> ?contents:'a pp -> 'a pp 
+val tag: string -> attr list -> ?contents:pp -> pp 
 
 val sort: string