]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaLibrary.mli
some renaming. final commit for version 0.8.0
[helm.git] / helm / software / lambda-delta / toplevel / metaLibrary.mli
index 26172e46c0530e79ae371cc883abc36854173f63..2f6e41b804099273be9eabff1c7d29395acb3f06 100644 (file)
@@ -13,6 +13,6 @@ type out_channel
 
 val open_out: (out_channel -> 'a) -> string -> 'a
 
-val write_unit: (unit -> 'a) -> out_channel -> Meta.unit -> 'a
+val write_entity: (unit -> 'a) -> out_channel -> Meta.entity -> 'a
 
 val close_out: (unit -> 'a) -> out_channel -> 'a