From 3264fdaa71b2327a992286a08df0dfbcf78ea4fe Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Tue, 7 Jul 2015 17:31:04 +0200 Subject: Checker: Fix bug #4282 Adapt to new [projection] abstract type comprising a constant and a boolean. --- checker/environ.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checker/environ.mli') diff --git a/checker/environ.mli b/checker/environ.mli index d3448b127..22fe7d8f1 100644 --- a/checker/environ.mli +++ b/checker/environ.mli @@ -51,7 +51,7 @@ val constant_value : env -> constant puniverses -> constr val evaluable_constant : constant -> env -> bool val is_projection : constant -> env -> bool -val lookup_projection : constant -> env -> projection_body +val lookup_projection : projection -> env -> projection_body (* Inductives *) val mind_equiv : env -> inductive -> inductive -> bool -- cgit v1.2.3