From 4116276142fd33901239def9d45fe41ffbcb248b Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 26 Dec 2000 10:55:31 +0000 Subject: Déplacement du type stack de Reduction vers Closure et utilisation pour accélérer la réduction dans Closure git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1221 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/evarconv.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'pretyping/evarconv.ml') diff --git a/pretyping/evarconv.ml b/pretyping/evarconv.ml index c90dcddb13..f0b50aa0d2 100644 --- a/pretyping/evarconv.ml +++ b/pretyping/evarconv.ml @@ -5,6 +5,7 @@ open Util open Names open Term open Reduction +open Closure open Instantiate open Environ open Typing -- cgit v1.2.3