j
k
j a
j l
On Thursday 21 August 2003 23:39, Tom Pledger wrote:
Try x :: Fractional a => a x = 0.5 instead. That way, the type signature is in the right place to prevent defaulting.
Try
x :: Fractional a => a x = 0.5
instead. That way, the type signature is in the right place to prevent defaulting.
Right - thanks! Konrad.
Back to the thread
Back to the list