
27 Jun
2005
27 Jun
'05
10:22 a.m.
Thomas Jäger wrote:
Warning: Module `Text.Show.Functions' is imported, but nothing from it is used (except perhaps instances visible in `Text.Show.Functions')
You can explicitely import "nothing" (only instances) by: import Text.Show.Functions() And ghc-6.4 issues no warning. Christian