Added nitpick attribute, and fixed typo.
authorblanchet
Mon, 16 Feb 2009 10:13:30 +0100
changeset 29927 ae8f42c245b2
parent 29926 7dac794eec91
child 29928 66c5cc1e60a9
Added nitpick attribute, and fixed typo.
src/HOL/List.thy
src/HOL/Tools/datatype_abs_proofs.ML
--- a/src/HOL/List.thy	Mon Feb 16 10:11:20 2009 +0100
+++ b/src/HOL/List.thy	Mon Feb 16 10:13:30 2009 +0100
@@ -257,7 +257,7 @@
 \caption{Characteristic examples}
 \label{fig:Characteristic}
 \end{figure}
-Figure~\ref{fig:Characteristic} shows charachteristic examples
+Figure~\ref{fig:Characteristic} shows characteristic examples
 that should give an intuitive understanding of the above functions.
 *}
 
--- a/src/HOL/Tools/datatype_abs_proofs.ML	Mon Feb 16 10:11:20 2009 +0100
+++ b/src/HOL/Tools/datatype_abs_proofs.ML	Mon Feb 16 10:13:30 2009 +0100
@@ -262,7 +262,8 @@
   in
     thy2
     |> Sign.add_path (space_implode "_" new_type_names)
-    |> PureThy.add_thmss [((Binding.name "recs", rec_thms), [])]
+    |> PureThy.add_thmss [((Binding.name "recs", rec_thms),
+         [Nitpick_Const_Simp_Thms.add])]
     ||> Sign.parent_path
     ||> Theory.checkpoint
     |-> (fn thms => pair (reccomb_names, Library.flat thms))