]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/grafite/grafiteMarshal.mli
fix
[helm.git] / helm / ocaml / grafite / grafiteMarshal.mli
index 8fb1b23988c931e3121a8960e604715ddc2178f9..4b49cfc41d771f095713ea0962ea6b6026bb1252 100644 (file)
@@ -28,8 +28,8 @@ exception Checksum_failure of string
 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 ast_command = Cic.obj GrafiteAst.command
+type moo = ast_command list
 
 val save_moo: fname:string -> moo -> unit