aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Wellfounded/Lexicographic_Product.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Wellfounded/Lexicographic_Product.v')
-rw-r--r--theories/Wellfounded/Lexicographic_Product.v11
1 files changed, 4 insertions, 7 deletions
diff --git a/theories/Wellfounded/Lexicographic_Product.v b/theories/Wellfounded/Lexicographic_Product.v
index 01b442a85..c57a75133 100644
--- a/theories/Wellfounded/Lexicographic_Product.v
+++ b/theories/Wellfounded/Lexicographic_Product.v
@@ -8,18 +8,15 @@
(*i $Id$ i*)
-(****************************************************************************)
-(* Bruno Barras Cristina Cornes *)
-(* *)
-(****************************************************************************)
+(** Authors: Bruno Barras,Cristina Cornes *)
Require Eqdep.
Require Relation_Operators.
Require Transitive_Closure.
-(* From : Constructing Recursion Operators in Type Theory
- L. Paulson JSC (1986) 2, 325-355
-*)
+(** From : Constructing Recursion Operators in Type Theory
+ L. Paulson JSC (1986) 2, 325-355 *)
+
Section WfLexicographic_Product.
Variable A:Set.
Variable B:A->Set.