Fix another buglet in HsDoc stuff
authorsimonpj@microsoft.com <unknown>
Wed, 3 Jan 2007 09:40:58 +0000 (09:40 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 3 Jan 2007 09:40:58 +0000 (09:40 +0000)
commit382cae3ae9f2c05fcb043fa9ae403d9ff966cee5
treed1c2f7f161d5f0e64a493b7336102cfc44a9406d
parent91f37e6a9be2c17642f5beb0a4bdddef2cb6fb37
Fix another buglet in HsDoc stuff

A 'foreign export' represents an *occurrence* of a Haskell name,
not a *binding* site for the Haskell name.

(This was making cc012 fail; Trac #1054.
compiler/hsSyn/HsUtils.lhs