Haskell98 undefinedness

Simon Peyton-Jones simonpj@microsoft.com
Wed, 12 Sep 2001 00:59:29 -0700


Yes, it's the same as exporting just B(..) or B(C).
I guess I should try to make this clearer.

S

| -----Original Message-----
| From: Sigbjorn Finne [mailto:sof@galconn.com]=20
| Sent: 11 September 2001 20:31
| To: haskell@haskell.org
| Subject: Haskell98 undefinedness
|=20
|=20
| What's the meaning of=20
|=20
| module A (B, B(..)) where { data B =3D C };
|=20
| Is or isn't C exported? i.e., the H98 report is silent
| about what it means to have entity duplicates in
| an export list, possibly with different 'visibility'
| modifiers.
|=20
| --sigbjorn
|=20
|=20
|=20
| _______________________________________________
| Haskell mailing list
| Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
|=20