fixed document;
authorwenzelm
Wed, 01 Aug 2012 22:12:29 +0200
changeset 48640 053cc8dfde35
parent 48639 675988e64bf9
child 48641 92b48b8abfe4
child 48651 fb461f81e76e
fixed document;
src/HOL/Library/Predicate_Compile_Alternative_Defs.thy
--- a/src/HOL/Library/Predicate_Compile_Alternative_Defs.thy	Wed Aug 01 22:11:54 2012 +0200
+++ b/src/HOL/Library/Predicate_Compile_Alternative_Defs.thy	Wed Aug 01 22:12:29 2012 +0200
@@ -172,7 +172,7 @@
 
 section {* Alternative list definitions *}
 
-subsection {* Alternative rules for length *}
+subsection {* Alternative rules for @{text length} *}
 
 definition size_list :: "'a list => nat"
 where "size_list = size"
@@ -186,7 +186,7 @@
 declare size_list_def[symmetric, code_pred_inline]
 
 
-subsection {* Alternative rules for list_all2 *}
+subsection {* Alternative rules for @{text list_all2} *}
 
 lemma list_all2_NilI [code_pred_intro]: "list_all2 P [] []"
 by auto