X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgrafite%2FgrafiteMarshal.mli;h=4b49cfc41d771f095713ea0962ea6b6026bb1252;hb=18c6848695fbfa97508e0981f6875a6459429a58;hp=9be797a44fb6e76ba389e37f3db31c4d55e65fec;hpb=dbb9f64a437b4abda0b9f47a527ab6135d596e28;p=helm.git diff --git a/helm/ocaml/grafite/grafiteMarshal.mli b/helm/ocaml/grafite/grafiteMarshal.mli index 9be797a44..4b49cfc41 100644 --- a/helm/ocaml/grafite/grafiteMarshal.mli +++ b/helm/ocaml/grafite/grafiteMarshal.mli @@ -28,7 +28,7 @@ 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 ast_command = Cic.obj GrafiteAst.command type moo = ast_command list val save_moo: fname:string -> moo -> unit