]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/common/library.mli
- the text model now supports invocations of the entity generator (to
[helm.git] / helm / software / lambda-delta / common / library.mli
index 97a9692195a6c95845e74eb63bc585a139547d4d..74c9fb424b9cb4a6ed785d253547762733f99dea 100644 (file)
@@ -16,7 +16,7 @@ type attr = string * string
 type pp = och -> int -> unit
 
 val export_entity:
-   ('term -> pp) -> bool -> 'term Entity.entity -> unit
+   ('term -> pp) -> bool -> string -> 'term Entity.entity -> unit
 
 val tag: string -> attr list -> ?contents:pp -> pp