
8 Oct
2008
8 Oct
'08
6:12 a.m.
Reid Barton
src/compiler/Core/Convert.hs:133:50: Couldn't match expected type `String -> Warning' against inferred type `Map.Map Id Info' In the first argument of `toForeign', namely `syms' In the expression: toForeign syms memo cc Imported cname arity i In the definition of `forn': forn = toForeign syms memo cc Imported cname arity i
Thanks for the patch. Now applied. (It was my fault - after introducing optionality to warning-generation for FFI code in nhc98, I neglected to check whether there was anywhere in yhc that would be affected.) Regards, Malcolm