aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/cbv.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-16 20:01:26 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-16 20:01:26 +0000
commit763cf4f37e10d9a0e8a2a0e9286c02708a60bf08 (patch)
tree006f610487a8a2557176d085852d3e443c547493 /pretyping/cbv.mli
parent3e430c449809e6db5c20c2b5b57fafdd5a230fd3 (diff)
Nouvelle en-tĂȘte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/cbv.mli')
-rw-r--r--pretyping/cbv.mli18
1 files changed, 9 insertions, 9 deletions
diff --git a/pretyping/cbv.mli b/pretyping/cbv.mli
index 6c9ebde6f..0eb5ce9bf 100644
--- a/pretyping/cbv.mli
+++ b/pretyping/cbv.mli
@@ -1,10 +1,10 @@
-(***********************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
-(* \VV/ *************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(***********************************************************************)
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
(*i $Id$ i*)
@@ -16,7 +16,7 @@ open Closure
open Esubst
(*i*)
-(***********************************************************************)
+(************************************************************************)
(*s Call-by-value reduction *)
(* Entry point for cbv normalization of a constr *)
@@ -25,7 +25,7 @@ type cbv_infos
val create_cbv_infos : RedFlags.reds -> env -> cbv_infos
val cbv_norm : cbv_infos -> constr -> constr
-(***********************************************************************)
+(************************************************************************)
(*i This is for cbv debug *)
type cbv_value =
| VAL of int * constr