dynamic-loader icon indicating copy to clipboard operation
dynamic-loader copied to clipboard

shadowing warnings

Open ggreif opened this issue 12 years ago • 0 comments

Many of these kind:

System/Plugins/PathLoader.hs:202:44: Warning:
    This binding for `env' shadows the existing binding
      defined at System/Plugins/PathLoader.hs:98:1

System/Plugins/PathLoader.hs:207:33: Warning:
    This binding for `env' shadows the existing binding
      defined at System/Plugins/PathLoader.hs:98:1

System/Plugins/PathLoader.hs:219:37: Warning:
    This binding for `env' shadows the existing binding
      defined at System/Plugins/PathLoader.hs:98:1

ggreif avatar Aug 31 '13 07:08 ggreif