]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/common/library.mli
we start version 0.8.1 by replacing the abstract layer AST with a fragment of dual...
[helm.git] / helm / software / lambda-delta / common / library.mli
index 1a10b6e9d6d86e244fdd805dfc32f4274fd7e7e8..bda10346d4f92dafdc439dc9434b7e198b489907 100644 (file)
@@ -9,6 +9,12 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-val export_unit:
-   (Format.formatter -> 'bind Unit.entry -> unit) -> 
-   bool -> Hierarchy.graph -> 'bind Unit.unit -> unit
+type 'a out = (unit -> 'a) -> string -> 'a
+(*
+val export_entity:
+   ('a och -> string -> 'bind Entity.entry -> 'a) -> 
+   string -> bool -> Hierarchy.graph -> 'bind Entity.entity -> 'a
+*)
+val old_export_entity:
+   (Format.formatter -> 'bind Entity.entry -> unit) -> 
+   bool -> Hierarchy.graph -> 'bind Entity.entity -> unit