]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_kernel/nCicTypeChecker.ml
stub functions to make all compile
[helm.git] / helm / software / components / ng_kernel / nCicTypeChecker.ml
1
2 exception TypeCheckerFailure of string Lazy.t
3 exception AssertFailure of string Lazy.t
4
5 (* typechecks the object, raising an exception if illtyped *)
6 let typecheck_obj obj = ()