aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/correctness/ptyping.mli
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/correctness/ptyping.mli')
-rw-r--r--contrib/correctness/ptyping.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/correctness/ptyping.mli b/contrib/correctness/ptyping.mli
index bfb7a9a86..968f4fd31 100644
--- a/contrib/correctness/ptyping.mli
+++ b/contrib/correctness/ptyping.mli
@@ -12,6 +12,7 @@
open Names
open Term
+open Topconstr
open Ptype
open Past
@@ -19,7 +20,7 @@ open Penv
(* This module realizes type and effect inference *)
-val cic_type_v : local_env -> Prename.t -> Coqast.t ml_type_v -> type_v
+val cic_type_v : local_env -> Prename.t -> constr_expr ml_type_v -> type_v
val effect_app : Prename.t -> local_env
-> (typing_info,'b) Past.t