[Haskell-cafe] Gauss Elimination -> More Clean2Haskell

Don Stewart dons at galois.com
Tue Nov 3 15:41:26 EST 2009


phi500ac:
> import Control.Monad
> import Data.Array.IO

You're using boxed arrays here -- try Data.Array.Unboxed and IOUArray's


More information about the Haskell-Cafe mailing list