From 05c87ba330a9b4d02b150c196e390b9dd30be341 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Thu, 31 Oct 2013 11:56:30 +0100 Subject: Fix interface for template polymorphism, cleaning up code in all typing algorithms. --- kernel/typeops.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/typeops.mli') diff --git a/kernel/typeops.mli b/kernel/typeops.mli index 9747dbe832..e6fdf3d6cb 100644 --- a/kernel/typeops.mli +++ b/kernel/typeops.mli @@ -55,7 +55,7 @@ val judge_of_variable : env -> variable -> unsafe_judgment val judge_of_constant : env -> pconstant -> unsafe_judgment val judge_of_constant_knowing_parameters : - env -> pconstant -> unsafe_judgment array -> unsafe_judgment + env -> pconstant -> types Lazy.t array -> unsafe_judgment (** {6 type of an applied projection } *) -- cgit v1.2.3