src/HOL/Library/bnf_lfp_countable.ML
changeset 58221 5451c61ee186
parent 58174 e51b4c7685a9
child 58232 7b70a2b4ec9b
--- a/src/HOL/Library/bnf_lfp_countable.ML	Mon Sep 08 14:03:08 2014 +0200
+++ b/src/HOL/Library/bnf_lfp_countable.ML	Mon Sep 08 14:03:13 2014 +0200
@@ -88,8 +88,7 @@
       Const (@{const_name to_nat}, tap check_countable T --> HOLogic.natT);
 
     val nn = length ns;
-    val recs as rec1 :: _ =
-      map2 (fn fpT => mk_co_rec thy Least_FP fpT (replicate nn HOLogic.natT)) fpTs recs0;
+    val recs as rec1 :: _ = map2 (mk_co_rec thy Least_FP (replicate nn HOLogic.natT)) fpTs recs0;
     val arg_Ts = binder_fun_types (fastype_of rec1);
     val arg_Tss = Library.unflat ctrss0 arg_Ts;