X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicEnvironment.mli;h=99244f47f7c25e2bef0efe258507c9e5b49b81c0;hb=0de1b960f42ac368414b7405a79e7933445ee8af;hp=e93db958210ef5fa820d502f4317d2567f868a6c;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicEnvironment.mli b/helm/ocaml/cic_proof_checking/cicEnvironment.mli index e93db9582..99244f47f 100644 --- a/helm/ocaml/cic_proof_checking/cicEnvironment.mli +++ b/helm/ocaml/cic_proof_checking/cicEnvironment.mli @@ -77,3 +77,9 @@ exception OnlyPutOfInductiveDefinitionsIsAllowed (* WARNING: VERY UNSAFE. *) (* This function should be called only on a well-typed definition. *) val put_inductive_definition : UriManager.uri -> Cic.obj -> unit + +(* (de)serialization *) +val dump_to_channel : ?callback:(string -> unit) -> out_channel -> unit +val restore_from_channel : ?callback:(string -> unit) -> in_channel -> unit +val empty : unit -> unit +