]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicCooking.mli
new MathQL syntax
[helm.git] / helm / ocaml / cic_proof_checking / cicCooking.mli
index 203bf6c33bb4a54935bc548df683c1eb2ea8d7b8..960fb6fae11766b54ba94792635963bcdebcaf89 100644 (file)
@@ -28,4 +28,7 @@ exception NotImplemented of int * string
 exception WrongUriToConstant
 exception WrongUriToVariable of string
 exception WrongUriToInductiveDefinition
-val cook_obj : Cic.obj -> UriManager.uri -> (int * Cic.obj) list
+
+(* init register the cooking function defined in this module so that it *)
+(* will be used to retrieve the cooked objects from the environment     *)
+val init : unit -> unit