X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_proof_checking%2FcicTypeChecker.mli;h=a3361fc7be609f6c860cd5788de5662bb59fd148;hb=32d3f10c1904d450ce8ea3525230acc6980a5601;hp=98cb72ad773577cd9d2b2e5dc3952dbdf57bc657;hpb=c031aa4ca97d0d563a772d7bd247ff7814c51b04;p=helm.git diff --git a/helm/software/components/cic_proof_checking/cicTypeChecker.mli b/helm/software/components/cic_proof_checking/cicTypeChecker.mli index 98cb72ad7..a3361fc7b 100644 --- a/helm/software/components/cic_proof_checking/cicTypeChecker.mli +++ b/helm/software/components/cic_proof_checking/cicTypeChecker.mli @@ -37,7 +37,9 @@ val debrujin_constructor : ?check_exp_named_subst: bool -> UriManager.uri -> int -> Cic.context -> Cic.term -> Cic.term -val typecheck : UriManager.uri -> Cic.obj * CicUniv.universe_graph + (* defaults to true *) +val typecheck : + ?trust:bool -> UriManager.uri -> Cic.obj * CicUniv.universe_graph (* FUNCTIONS USED ONLY IN THE TOPLEVEL *)