tuned subsubsection names in Quickcheck_Narrowing
authorbulwahn
Mon, 14 Mar 2011 12:34:10 +0100
changeset 4283513904699c859
parent 42834 d8c3b26b3da4
child 42836 328371f4f927
tuned subsubsection names in Quickcheck_Narrowing
src/HOL/Library/Quickcheck_Narrowing.thy
     1.1 --- a/src/HOL/Library/Quickcheck_Narrowing.thy	Mon Mar 14 12:34:10 2011 +0100
     1.2 +++ b/src/HOL/Library/Quickcheck_Narrowing.thy	Mon Mar 14 12:34:10 2011 +0100
     1.3 @@ -20,7 +20,7 @@
     1.4  
     1.5  code_reserved Haskell Typerep
     1.6  
     1.7 -subsubsection {* Type @{text code_int} for Haskell's Int type *}
     1.8 +subsubsection {* Type @{text "code_int"} for Haskell's Int type *}
     1.9  
    1.10  typedef (open) code_int = "UNIV \<Colon> int set"
    1.11    morphisms int_of of_int by rule
    1.12 @@ -95,7 +95,7 @@
    1.13  
    1.14  datatype 'a cons = C type "(term list => 'a) list"
    1.15  
    1.16 -subsubsection {* auxilary functions for Narrowing *}
    1.17 +subsubsection {* Auxilary functions for Narrowing *}
    1.18  
    1.19  consts nth :: "'a list => code_int => 'a"
    1.20