
15 Mar
2006
15 Mar
'06
8:32 a.m.
On Mon, Mar 13, 2006 at 10:47:58PM +0100, Roberto Zunino wrote:
Martin Percossi wrote:
matrix.hs:138:27:
Couldn't match the rigid variable `.' against `ST' `.' is bound by the type signature for `runSTMatrix' Expected type: ST s Inferred type: . (forall s1)
Try compiling with -fglasgow-exts .
Great! -- it works now. Thanks to everyone on this thread for their help and advice! Martin