]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicTypeChecker.mli
Use seed to avoid further name clashes.
[helm.git] / helm / software / components / ng_kernel / nCicTypeChecker.mli
index 5dc181cde03372e3b1c32db49bbedbe62419182e..c333430b91c02db578deaa9a959bbf06ae7fac76 100644 (file)
@@ -29,3 +29,11 @@ exception AssertFailure of string Lazy.t
 (* typechecks the object, raising an exception if illtyped *)
 val typecheck_obj : NCic.obj -> unit
 
+val typeof: 
+  subst:NCic.substitution -> metasenv:NCic.metasenv -> 
+  NCic.context -> NCic.term -> 
+    NCic.term
+
+val set_logger: 
+  ([ `Start_type_checking of NUri.uri 
+   | `Type_checking_completed of NUri.uri ] -> unit) -> unit