Check that top-level binders are unqualified names
authorsimonpj@microsoft.com <unknown>
Wed, 6 Sep 2006 22:01:01 +0000 (22:01 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 6 Sep 2006 22:01:01 +0000 (22:01 +0000)
commit39fd94e2727715556805a85a7e803c337df950a9
tree8fd3d129986abf637822b36266cc10b1c016b86b
parentb67039a74676cd3d8eab39d3e986b889e92338a5
Check that top-level binders are unqualified names

Not having this check led to strange error messages.
See test rnfail046.
compiler/rename/RnEnv.lhs
compiler/rename/RnNames.lhs
compiler/rename/RnTypes.lhs