src/Tools/Code/code_haskell.ML
changeset 48568 084cd758a8ab
parent 48431 6efff142bb54
child 51143 0a2371e7ced3
--- 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))