aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/reduction.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 /kernel/reduction.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 'kernel/reduction.mli')
-rw-r--r--kernel/reduction.mli22
1 files changed, 11 insertions, 11 deletions
diff --git a/kernel/reduction.mli b/kernel/reduction.mli
index 63949ceb2..4f519fff7 100644
--- a/kernel/reduction.mli
+++ b/kernel/reduction.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*)
@@ -13,7 +13,7 @@ open Term
open Environ
(*i*)
-(***********************************************************************)
+(************************************************************************)
(*s Reduction functions *)
val whd_betaiotazeta : env -> constr -> constr
@@ -22,7 +22,7 @@ val whd_betadeltaiota_nolet : env -> constr -> constr
val nf_betaiota : constr -> constr
-(***********************************************************************)
+(************************************************************************)
(*s conversion functions *)
exception NotConvertible
@@ -36,7 +36,7 @@ val conv : types conversion_function
val conv_leq : types conversion_function
val conv_leq_vecti : types array conversion_function
-(***********************************************************************)
+(************************************************************************)
(* Builds an application node, reducing beta redexes it may produce. *)
val beta_appvect : constr -> constr array -> constr
@@ -45,7 +45,7 @@ val beta_appvect : constr -> constr array -> constr
val hnf_prod_applist : env -> types -> constr list -> types
-(***********************************************************************)
+(************************************************************************)
(*s Recognizing products and arities modulo reduction *)
val dest_prod : env -> types -> Sign.rel_context * types