]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicTypeChecker.mli
New syntax.
[helm.git] / helm / ocaml / cic_proof_checking / cicTypeChecker.mli
index d3db80a46a6d951732875ae63deecd8c861bbd3e..3973c16c105515cf064d17cf39f6b8dba9ccca8d 100644 (file)
  * 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 *)