summaryrefslogtreecommitdiff
path: root/pretyping/cbv.mli
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2009-02-19 13:13:20 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2009-02-19 13:13:20 +0100
commit2155252cd74c3a2d0dc0bde716ef70b1f86b8085 (patch)
tree20313deb80e22ea9088f1e6ba0bb9336f3718b25 /pretyping/cbv.mli
parent06746919eadeeb430bfb464d83847f982ea78540 (diff)
parenta0a94c1340a63cdb824507b973393882666ba52a (diff)
Merge commit 'upstream/8.2-1+dfsg'
Diffstat (limited to 'pretyping/cbv.mli')
-rw-r--r--pretyping/cbv.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/cbv.mli b/pretyping/cbv.mli
index 8c969e2c..9ab15886 100644
--- a/pretyping/cbv.mli
+++ b/pretyping/cbv.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: cbv.mli 8799 2006-05-09 21:15:07Z barras $ i*)
+(*i $Id: cbv.mli 11897 2009-02-09 19:28:02Z barras $ i*)
(*i*)
open Names
@@ -22,7 +22,7 @@ open Esubst
(* Entry point for cbv normalization of a constr *)
type cbv_infos
-val create_cbv_infos : RedFlags.reds -> env -> cbv_infos
+val create_cbv_infos : RedFlags.reds -> env -> Evd.evar_map -> cbv_infos
val cbv_norm : cbv_infos -> constr -> constr
(************************************************************************)