]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/common/library.mli
- we implemented the hierarchy and sort names declaration in text parser
[helm.git] / helm / software / lambda-delta / common / library.mli
index 3364175bd38b1c84e123585e5bef3c3ed5832fee..97a9692195a6c95845e74eb63bc585a139547d4d 100644 (file)
@@ -16,8 +16,7 @@ type attr = string * string
 type pp = och -> int -> unit
 
 val export_entity:
-   ('term -> pp) -> 
-   bool -> Hierarchy.graph -> 'term Entity.entity -> unit
+   ('term -> pp) -> bool -> 'term Entity.entity -> unit
 
 val tag: string -> attr list -> ?contents:pp -> pp