]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_kernel/oCicTypeChecker.ml
some bits of reduction, reusing psubst
[helm.git] / helm / software / components / ng_kernel / oCicTypeChecker.ml
1
2 let typecheck_obj uri obj =
3   try 
4     NCicTypeChecker.typecheck_obj (OCic2NCic.convert_obj uri obj); true
5   with 
6     | NCicTypeChecker.TypeCheckerFailure _
7     | NCicTypeChecker.AssertFailure _ -> false
8