src/HOL/Codatatype/Tools/bnf_gfp.ML
changeset 49213 975ccb0130cb
parent 49205 674f04c737e0
child 49222 cbe8c859817c
--- a/src/HOL/Codatatype/Tools/bnf_gfp.ML	Sat Sep 08 21:04:26 2012 +0200
+++ b/src/HOL/Codatatype/Tools/bnf_gfp.ML	Sat Sep 08 21:04:26 2012 +0200
@@ -2126,7 +2126,7 @@
     val fld_exhaust_thms = map (fn thm => thm RS exE) fld_nchotomy_thms;
 
     val fld_coiter_thms = map3 (fn unf_inject => fn coiter => fn unf_fld =>
-      iffD1 OF [unf_inject, trans  OF [coiter, unf_fld RS sym]])
+      iffD1 OF [unf_inject, trans OF [coiter, unf_fld RS sym]])
       unf_inject_thms coiter_thms unf_fld_thms;
 
     val timer = time (timer "fld definitions & thms");
@@ -3000,8 +3000,8 @@
             ((Binding.qualify true (Binding.name_of b) (Binding.name thmN), []), [(thms, [])]))
           bs thmss)
   in
-    ((unfs, flds, coiters, corecs, unf_fld_thms, fld_unf_thms, fld_inject_thms, coiter_thms,
-      corec_thms),
+    ((unfs, flds, coiters, corecs, unf_fld_thms, fld_unf_thms, fld_inject_thms, fld_coiter_thms,
+      corec_thms (* FIXME: should be "fld_corec_thms" *)),
      lthy |> Local_Theory.notes (common_notes @ notes) |> snd)
   end;