X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicTypeChecker.mli;h=a18d651f64d3ba2a55d9059019a30bd3cd77ccf6;hb=ba64642ca7771cd9cc7b9f73476c8f608ffeeda5;hp=93f956143bcfdbc8042e7e444e149b199e03c63b;hpb=7db7305941a97d43480cf58c08a154ed79f300cb;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicTypeChecker.mli b/helm/ocaml/cic_proof_checking/cicTypeChecker.mli index 93f956143..a18d651f6 100644 --- a/helm/ocaml/cic_proof_checking/cicTypeChecker.mli +++ b/helm/ocaml/cic_proof_checking/cicTypeChecker.mli @@ -36,4 +36,4 @@ val typecheck : UriManager.uri -> unit (* used only in the toplevel *) (* type_of_aux' metasenv context term *) val type_of_aux': - (int * Cic.term) list -> Cic.context -> Cic.term -> Cic.term + Cic.metasenv -> Cic.context -> Cic.term -> Cic.term