
25 Jul
2002
25 Jul
'02
7:54 a.m.
Short answer: just say
import Array(Array) import Data.Array.Unboxed
I'd prefer it if Data.Array was the fully overloaded version, but sadly IArray requires multi-param type classes and we don't want to knobble the libraries too much for non-MPTC compilers. The current situation is a bit unsavoury, though; perhaps Data.Array.IArray should re-export the Array type. Cheers, Simon
8336
Age (days ago)
8336
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow