Re: [GHC] #1518: Make it possible to evaluate monadic actions when assigning record fields (-)

2007-07-22 Thread GHC
#1518: Make it possible to evaluate monadic actions when assigning record fields (-) ---+ Reporter: [EMAIL PROTECTED] |Owner: Type: feature request | Status: new Priority:

Re: [GHC] #1518: Make it possible to evaluate monadic actions when assigning record fields (-)

2007-07-13 Thread Adde
On Mon, 2007-07-09 at 23:28 +, GHC wrote: #1518: Make it possible to evaluate monadic actions when assigning record fields (-) ---+ Reporter: [EMAIL PROTECTED] |Owner: Type: feature

Re: [GHC] #1518: Make it possible to evaluate monadic actions when assigning record fields (-)

2007-07-13 Thread Tim Chevalier
On 7/9/07, Adde [EMAIL PROTECTED] wrote: On Mon, 2007-07-09 at 23:28 +, GHC wrote: #1518: Make it possible to evaluate monadic actions when assigning record fields (-) ---+ Reporter: [EMAIL PROTECTED] |

[GHC] #1518: Make it possible to evaluate monadic actions when assigning record fields (-)

2007-07-09 Thread GHC
#1518: Make it possible to evaluate monadic actions when assigning record fields (-) -+-- Reporter: [EMAIL PROTECTED] | Owner: Type: feature request | Status: new Priority:

Re: [GHC] #1518: Make it possible to evaluate monadic actions when assigning record fields (-)

2007-07-09 Thread GHC
#1518: Make it possible to evaluate monadic actions when assigning record fields (-) ---+ Reporter: [EMAIL PROTECTED] |Owner: Type: feature request | Status: new Priority:

Re: [GHC] #1518: Make it possible to evaluate monadic actions when assigning record fields (-)

2007-07-09 Thread Neil Mitchell
Hi Adde, #1518: Make it possible to evaluate monadic actions when assigning record fields It is currently not possible to build records from values resulting from monadic actions while still using the field-specifiers. This is quite a significant change to the language, which isn't precise