diff -r 6e5702395491 -r 084cd758a8ab src/Tools/Code/code_haskell.ML --- a/src/Tools/Code/code_haskell.ML Fri Jul 27 21:57:56 2012 +0200 +++ b/src/Tools/Code/code_haskell.ML Fri Jul 27 22:26:38 2012 +0200 @@ -395,7 +395,7 @@ Code_Target.serialization (fn width => fn destination => K () o map (write_module width destination)) (fn present => fn width => rpair (try (deresolver "")) - o format present width o Pretty.chunks o map snd) + o (map o apsnd) (format present width)) (map (uncurry print_module_frame o apsnd single) includes @ map (fn module_name => print_module module_name (Graph.get_node haskell_program module_name)) ((flat o rev o Graph.strong_conn) haskell_program))