]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/grafite/grafiteMarshal.mli
1. metadata are no longer stored in .moo files.
[helm.git] / helm / ocaml / grafite / grafiteMarshal.mli
index 8fb1b23988c931e3121a8960e604715ddc2178f9..9be797a44fb6e76ba389e37f3db31c4d55e65fec 100644 (file)
@@ -29,7 +29,7 @@ exception Corrupt_moo of string
 exception Version_mismatch of string
 
 type ast_command = (Cic.term, Cic.obj) GrafiteAst.command
-type moo = ast_command list * GrafiteAst.metadata list  (** <moo, metadata> *)
+type moo = ast_command list
 
 val save_moo: fname:string -> moo -> unit