src/Tools/Code/code_haskell.ML
changeset 40953 03f1266a066e
parent 39439 1ca9055ba1f7
child 40996 b07a0dbc8a38
     1.1 --- a/src/Tools/Code/code_haskell.ML	Thu Nov 25 00:32:30 2010 +0100
     1.2 +++ b/src/Tools/Code/code_haskell.ML	Thu Nov 25 15:40:15 2010 +0100
     1.3 @@ -362,7 +362,7 @@
     1.4    in
     1.5      Code_Target.serialization
     1.6        (fn width => fn destination => K () o map (write_module width destination))
     1.7 -      (fn present => fn width => rpair (fn _ => error "no deresolving")
     1.8 +      (fn present => fn width => rpair (try (deresolver ""))
     1.9          o format present width o Pretty.chunks o map snd)
    1.10        (map (uncurry print_module_frame o apsnd single) includes
    1.11          @ map (fn module_name => print_module module_name (Graph.get_node haskell_program module_name))