aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Wellfounded/Well_Ordering.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Wellfounded/Well_Ordering.v')
-rw-r--r--theories/Wellfounded/Well_Ordering.v14
1 files changed, 6 insertions, 8 deletions
diff --git a/theories/Wellfounded/Well_Ordering.v b/theories/Wellfounded/Well_Ordering.v
index ba9910440..ebd4925d1 100644
--- a/theories/Wellfounded/Well_Ordering.v
+++ b/theories/Wellfounded/Well_Ordering.v
@@ -8,12 +8,9 @@
(*i $Id$ i*)
-(****************************************************************************)
-(* Cristina Cornes *)
-(* *)
-(* From: Constructing Recursion Operators in Type Theory *)
-(* L. Paulson JSC (1986) 2, 325-355 *)
-(****************************************************************************)
+(** Author: Cristina Cornes.
+ From: Constructing Recursion Operators in Type Theory
+ L. Paulson JSC (1986) 2, 325-355 *)
Require Eqdep.
@@ -51,8 +48,9 @@ End WellOrdering.
Section Characterisation_wf_relations.
-(* wellfounded relations are the inverse image of wellordering types *)
-(* in course of development *)
+
+(** Wellfounded relations are the inverse image of wellordering types *)
+(* in course of development *)
Variable A:Set.