]> 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 68325f3d98b931e3cc6c2a821de8c3049bad1c9f..bda10346d4f92dafdc439dc9434b7e198b489907 100644 (file)
@@ -9,6 +9,12 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+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