RE: Stricts _

2004-07-21 Thread Simon Peyton-Jones
I've fixed this now. Thanks for pointing it out. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-users- | [EMAIL PROTECTED] On Behalf Of Ian Lynagh | Sent: 13 July 2004 15:43 | To: Simon Marlow | Cc: [EMAIL PROTECTED]; Peter Simons | Subject: Re: Stricts

RE: Stricts _

2004-07-14 Thread Simon Peyton-Jones
] | Subject: Stricts _ | | ghci-6.3 (from CVS) shows me strictness information when I | request :info for a data type, like: | | [...] Send Mailbox Stricts: _ [...] | | I have no idea how to read that output, and it doesn't seem | to be documented in the manual either. Does the underscore | signify

Stricts _

2004-07-13 Thread Peter Simons
ghci-6.3 (from CVS) shows me strictness information when I request :info for a data type, like: [...] Send Mailbox Stricts: _ [...] I have no idea how to read that output, and it doesn't seem to be documented in the manual either. Does the underscore signify that (in the example above

RE: Stricts _

2004-07-13 Thread Simon Marlow
On 13 July 2004 15:02, Peter Simons wrote: ghci-6.3 (from CVS) shows me strictness information when I request :info for a data type, like: [...] Send Mailbox Stricts: _ [...] I have no idea how to read that output, and it doesn't seem to be documented in the manual either. Does

Re: Stricts _

2004-07-13 Thread Ian Lynagh
On Tue, Jul 13, 2004 at 03:16:39PM +0100, Simon Marlow wrote: On 13 July 2004 15:02, Peter Simons wrote: ghci-6.3 (from CVS) shows me strictness information when I request :info for a data type, like: [...] Send Mailbox Stricts: _ [...] I have no idea how to read that output