tuned;
authorwenzelm
Sat, 13 Oct 2001 21:43:00 +0200
changeset 11743 b9739c85dd44
parent 11742 44034a6474e5
child 11744 3a4625eaead0
tuned;
src/HOL/Typedef.thy
--- a/src/HOL/Typedef.thy	Sat Oct 13 20:32:38 2001 +0200
+++ b/src/HOL/Typedef.thy	Sat Oct 13 21:43:00 2001 +0200
@@ -1,9 +1,9 @@
 (*  Title:      HOL/Typedef.thy
     ID:         $Id$
     Author:     Markus Wenzel, TU Munich
+*)
 
-Misc set-theory lemmas and HOL type definitions.
-*)
+header {* Set-theory lemmas and HOL type definitions *}
 
 theory Typedef = Set
 files "subset.ML" "equalities.ML" "mono.ML" ("Tools/typedef_package.ML"):
@@ -24,7 +24,7 @@
 setup Rulify.setup
 
 
-section {* HOL type definitions *}
+subsection {* HOL type definitions *}
 
 constdefs
   type_definition :: "('a => 'b) => ('b => 'a) => 'b set => bool"