tuned subsubsection names in Quickcheck_Narrowing
authorbulwahn
Mon, 14 Mar 2011 12:34:10 +0100
changeset 41964 13904699c859
parent 41963 d8c3b26b3da4
child 41965 328371f4f927
tuned subsubsection names in Quickcheck_Narrowing
src/HOL/Library/Quickcheck_Narrowing.thy
--- a/src/HOL/Library/Quickcheck_Narrowing.thy	Mon Mar 14 12:34:10 2011 +0100
+++ b/src/HOL/Library/Quickcheck_Narrowing.thy	Mon Mar 14 12:34:10 2011 +0100
@@ -20,7 +20,7 @@
 
 code_reserved Haskell Typerep
 
-subsubsection {* Type @{text code_int} for Haskell's Int type *}
+subsubsection {* Type @{text "code_int"} for Haskell's Int type *}
 
 typedef (open) code_int = "UNIV \<Colon> int set"
   morphisms int_of of_int by rule
@@ -95,7 +95,7 @@
 
 datatype 'a cons = C type "(term list => 'a) list"
 
-subsubsection {* auxilary functions for Narrowing *}
+subsubsection {* Auxilary functions for Narrowing *}
 
 consts nth :: "'a list => code_int => 'a"