3 May
2007
3 May
'07
12:45 a.m.
On 2 May 2007 16:16:57 -0000, kahl@cas.mcmaster.ca <kahl@cas.mcmaster.ca> wrote:
* It would be nice if this worked inside the do-notation, too:
do x :: Ordering x <- m
(This is curently a syntax error.)
I think the following works with -fglasgow-exts: do (x :: Ordering) <- m -- -David House, dmhouse@gmail.com