X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicTypeChecker.mli;h=3973c16c105515cf064d17cf39f6b8dba9ccca8d;hb=bc2a1fce21a66af077172344854c709b64b7fe82;hp=d3db80a46a6d951732875ae63deecd8c861bbd3e;hpb=dc9e2d7251f23bce441aa19a13f70d309a7c35fd;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicTypeChecker.mli b/helm/ocaml/cic_proof_checking/cicTypeChecker.mli index d3db80a46..3973c16c1 100644 --- a/helm/ocaml/cic_proof_checking/cicTypeChecker.mli +++ b/helm/ocaml/cic_proof_checking/cicTypeChecker.mli @@ -23,11 +23,11 @@ * http://cs.unibo.it/helm/. *) -(* This is the only exception that will be raised *) +(* These are the only exceptions that will be raised *) exception TypeCheckerFailure of string exception AssertFailure of string -val typecheck : UriManager.uri -> unit +val typecheck : UriManager.uri -> Cic.obj (* FUNCTIONS USED ONLY IN THE TOPLEVEL *)