
10 Jul
2010
10 Jul
'10
5:54 a.m.
On 10/07/10 08:52, Stephen Tetley wrote:
Hi Aleksandar
This line looks wrong
return $ Number . read $ x
Try this
return $ Number $ read x
AFAICS that change should make no difference at all. In fact the line could also be written as return . Number . read $ x /M