From 97614d75a3ae8e515170d1c58c0cbbdf55346558 Mon Sep 17 00:00:00 2001 From: Pierre Boutillier Date: Thu, 30 Jan 2014 12:21:05 +0100 Subject: Stack operations of Reductionops in Reductionops.Stack --- pretyping/evarconv.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pretyping/evarconv.mli') diff --git a/pretyping/evarconv.mli b/pretyping/evarconv.mli index 2a78989f1..65eae6560 100644 --- a/pretyping/evarconv.mli +++ b/pretyping/evarconv.mli @@ -44,10 +44,10 @@ val check_problems_are_solved : evar_map -> unit (** Check if a canonical structure is applicable *) -val check_conv_record : constr * types stack -> constr * types stack -> +val check_conv_record : constr * types Stack.t -> constr * types Stack.t -> constr * constr list * (constr list * constr list) * (constr list * types list) * - (constr stack * types stack) * constr * + (constr Stack.t * types Stack.t) * constr * (int * constr) (** Try to solve problems of the form ?x[args] = c by second-order -- cgit v1.2.3