summaryrefslogtreecommitdiff
path: root/pretyping/vnorm.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/vnorm.mli')
-rw-r--r--pretyping/vnorm.mli6
1 files changed, 2 insertions, 4 deletions
diff --git a/pretyping/vnorm.mli b/pretyping/vnorm.mli
index 4cf99842..ee946e53 100644
--- a/pretyping/vnorm.mli
+++ b/pretyping/vnorm.mli
@@ -1,18 +1,16 @@
(************************************************************************)
(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2011 *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i*)
open Names
open Term
open Environ
open Reduction
-(*i*)
-(*s Reduction functions *)
+(** {6 Reduction functions } *)
val cbv_vm : env -> constr -> types -> constr